Loading cmds/am/am +1 −1 Original line number Diff line number Diff line Loading @@ -3,5 +3,5 @@ # base=/system export CLASSPATH=$base/framework/am.jar exec app_process $base/bin com.android.commands.am.Am $* exec app_process $base/bin com.android.commands.am.Am "$@" core/java/android/provider/Settings.java +7 −1 Original line number Diff line number Diff line Loading @@ -2171,6 +2171,13 @@ public final class Settings { public static final String CHANGED_ACTION = "com.google.gservices.intent.action.GSERVICES_CHANGED"; /** * Intent action to override Gservices for testing. (Requires WRITE_GSERVICES permission.) */ @SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION) public static final String OVERRIDE_ACTION = "com.google.gservices.intent.action.GSERVICES_OVERRIDE"; private static volatile NameValueCache mNameValueCache = null; private static final Object mNameValueCacheLock = new Object(); Loading Loading @@ -3258,4 +3265,3 @@ public final class Settings { return "android-" + Long.toHexString(androidId); } } Loading
cmds/am/am +1 −1 Original line number Diff line number Diff line Loading @@ -3,5 +3,5 @@ # base=/system export CLASSPATH=$base/framework/am.jar exec app_process $base/bin com.android.commands.am.Am $* exec app_process $base/bin com.android.commands.am.Am "$@"
core/java/android/provider/Settings.java +7 −1 Original line number Diff line number Diff line Loading @@ -2171,6 +2171,13 @@ public final class Settings { public static final String CHANGED_ACTION = "com.google.gservices.intent.action.GSERVICES_CHANGED"; /** * Intent action to override Gservices for testing. (Requires WRITE_GSERVICES permission.) */ @SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION) public static final String OVERRIDE_ACTION = "com.google.gservices.intent.action.GSERVICES_OVERRIDE"; private static volatile NameValueCache mNameValueCache = null; private static final Object mNameValueCacheLock = new Object(); Loading Loading @@ -3258,4 +3265,3 @@ public final class Settings { return "android-" + Long.toHexString(androidId); } }