summaryrefslogtreecommitdiff
path: root/android/sdl_android/src/main/java/com/smartdevicelink/transport/SdlRouterService.java
diff options
context:
space:
mode:
Diffstat (limited to 'android/sdl_android/src/main/java/com/smartdevicelink/transport/SdlRouterService.java')
-rw-r--r--android/sdl_android/src/main/java/com/smartdevicelink/transport/SdlRouterService.java28
1 files changed, 14 insertions, 14 deletions
diff --git a/android/sdl_android/src/main/java/com/smartdevicelink/transport/SdlRouterService.java b/android/sdl_android/src/main/java/com/smartdevicelink/transport/SdlRouterService.java
index 4be83a7bc..030259bd8 100644
--- a/android/sdl_android/src/main/java/com/smartdevicelink/transport/SdlRouterService.java
+++ b/android/sdl_android/src/main/java/com/smartdevicelink/transport/SdlRouterService.java
@@ -1692,9 +1692,9 @@ public class SdlRouterService extends Service {
}
/**
- * 1. If the app has SDL shut off, shut down
- * 2. if The app has an Alt Transport address or was started by one, stay open
- * 3. If Bluetooth is off/NA shut down
+ * 1. If the app has SDL shut off, shut down
+ * 2. if The app has an Alt Transport address or was started by one, stay open
+ * 3. If Bluetooth is off/NA shut down
* 4. Anything else
*/
public boolean shouldServiceRemainOpen(Intent intent) {
@@ -2743,8 +2743,8 @@ public class SdlRouterService extends Service {
}
/* ****************************************************************************************************************************************
- // *********************************************************** LEGACY ****************************************************************
- //*****************************************************************************************************************************************/
+ // *********************************************************** LEGACY ****************************************************************
+ //*****************************************************************************************************************************************/
private boolean legacyModeEnabled = false;
private void enableLegacyMode(boolean enable) {
@@ -2761,9 +2761,9 @@ public class SdlRouterService extends Service {
}
- /* ****************************************************************************************************************************************
- // *********************************************************** UTILITY ****************************************************************
- //*****************************************************************************************************************************************/
+ /* ****************************************************************************************************************************************
+ // *********************************************************** UTILITY ****************************************************************
+ //*****************************************************************************************************************************************/
private void debugPacket(byte[] bytes) {
//DEBUG
@@ -2942,9 +2942,9 @@ public class SdlRouterService extends Service {
pingIntent = null;
}
- /* ****************************************************************************************************************************************
- // ********************************************************** TINY CLASSES ************************************************************
- //*****************************************************************************************************************************************/
+ /* ****************************************************************************************************************************************
+ // ********************************************************** TINY CLASSES ************************************************************
+ //*****************************************************************************************************************************************/
/**
* This class enables us to compare two router services
@@ -3138,9 +3138,9 @@ public class SdlRouterService extends Service {
return appId;
}
- /*public long getAppId() {
- return appId;
- }*/
+ /*public long getAppId() {
+ return appId;
+ }*/
/**
* This is a convenience variable and may not be used or useful in different protocols