Searched refs:getBooleanExtra (Results 1 - 20 of 20) sorted by relevance

/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/locale/
H A DLocaleReceiver.java39 if (intent.getBooleanExtra(Constants.EXTRA_LAUNCH_IN_BACKGROUND, false)) {
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
H A DCallActivity.java218 boolean loopback = intent.getBooleanExtra(EXTRA_LOOPBACK, false);
219 boolean tracing = intent.getBooleanExtra(EXTRA_TRACING, false);
221 intent.getBooleanExtra(EXTRA_VIDEO_CALL, true),
229 intent.getBooleanExtra(EXTRA_HWCODEC_ENABLED, true),
230 intent.getBooleanExtra(EXTRA_CAPTURETOTEXTURE_ENABLED, false),
233 intent.getBooleanExtra(EXTRA_NOAUDIOPROCESSING_ENABLED, false),
234 intent.getBooleanExtra(EXTRA_AECDUMP_ENABLED, false),
235 intent.getBooleanExtra(EXTRA_OPENSLES_ENABLED, false));
236 commandLineRun = intent.getBooleanExtra(EXTRA_CMDLINE, false);
H A DConnectActivity.java143 boolean loopback = intent.getBooleanExtra(
/external/replicaisland/src/com/replica/replicaisland/
H A DSetPreferencesActivity.java52 if (getIntent().getBooleanExtra("controlConfig", false)) {
H A DLevelSelectActivity.java174 if (getIntent().getBooleanExtra("unlockAll", false)) {
H A DAndouKun.java166 getIntent().getBooleanExtra("linearMode", false) ? 1 : 0);
188 if (getIntent().getBooleanExtra("startAtLevelSelect", false)) {
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
H A DBatteryManagerFacade.java85 intent.getBooleanExtra(getBatteryManagerFieldValue("EXTRA_PRESENT"), false);
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
H A DBaseUsbConnection.java168 if(intent.getBooleanExtra(UsbManager.EXTRA_PERMISSION_GRANTED, false) &&
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
H A DPersistService.java202 boolean updateLastTimestamp = intent.getBooleanExtra("updateLastTimestamp", true);
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/service/
H A DScriptingLayerService.java243 boolean usePublicIp = intent.getBooleanExtra(Constants.EXTRA_USE_EXTERNAL_IP, false);
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
H A DWifiManagerFacade.java178 if (!intent.getBooleanExtra(WifiManager.EXTRA_RESULTS_UPDATED, false)) {
248 .getBooleanExtra(WifiManager.EXTRA_SUPPLICANT_CONNECTED, false);
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowIntent.java297 public boolean getBooleanExtra(String name, boolean defaultValue) { method in class:ShadowIntent
/external/ims/rcs/rcsservice/src/com/android/service/ims/presence/
H A DPresencePublication.java246 boolean airplaneMode = intent.getBooleanExtra("state", false);
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 638 milliseconds