HomeSort by relevance Sort by last modified time
    Searched refs:getSystemService (Results 126 - 150 of 1425) sorted by null

1 2 3 4 56 7 8 91011>>

  /cts/hostsidetests/trustedvoice/app/src/android/trustedvoice/app/
TrustedVoiceActivity.java 46 (KeyguardManager) getSystemService(Context.KEYGUARD_SERVICE);
  /cts/hostsidetests/tv/app2/src/com/android/cts/tv/hostside/app2/
TvViewMonitorActivity.java 41 mManager = (TvInputManager) getSystemService(Context.TV_INPUT_SERVICE);
  /cts/tests/accessibility/src/android/view/accessibility/cts/
ServiceControlUtils.java 48 (AccessibilityManager) context.getSystemService(Context.ACCESSIBILITY_SERVICE);
  /cts/tests/app/NotificationDelegator/src/com/android/test/notificationdelegator/
NotificationDelegator.java 37 NotificationManager nm = getSystemService(NotificationManager.class);
  /cts/tests/autofillservice/src/android/autofillservice/cts/augmented/
ClipboardAccessTest.java 38 mClipboardManager = (ClipboardManager) sContext.getSystemService(CLIPBOARD_SERVICE);
  /cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
ClipboardAccessTest.java 39 mClipboardManager = (ClipboardManager) sContext.getSystemService(CLIPBOARD_SERVICE);
  /cts/tests/netlegacy22.permission/src/android/net/cts/legacy/api22/permission/
NoNetworkStatePermissionTest.java 36 mConnectivityManager = (ConnectivityManager) mContext.getSystemService(
  /cts/tests/tests/hardware/src/android/hardware/biometrics/cts/
BiometricManagerTest.java 41 mBiometricManager = getContext().getSystemService(BiometricManager.class);
  /cts/tests/tests/location/src/android/location/cts/
LocationProviderTest.java 31 mLocationManager = getInstrumentation().getContext().getSystemService(
  /cts/tests/tests/media/src/android/media/cts/
PostProcTestBase.java 59 AudioManager am = (AudioManager) getContext().getSystemService(Context.AUDIO_SERVICE);
  /cts/tests/tests/net/src/android/net/wifi/cts/
WifiConfigurationTest.java 34 .getSystemService(Context.WIFI_SERVICE);
  /cts/tests/tests/permission/src/android/permission/cts/
NoKeyPermissionTest.java 34 mKeyManager = (KeyguardManager) mContext.getSystemService(Context.KEYGUARD_SERVICE);
NoNetworkStatePermissionTest.java 36 mConnectivityManager = (ConnectivityManager) mContext.getSystemService(
  /cts/tests/tests/renderscriptlegacy/src/android/renderscriptlegacy/cts/
LeakTest.java 52 ActivityManager am = (ActivityManager) getContext().getSystemService("activity");
  /cts/tests/tests/role/CtsRoleTestApp/src/android/app/role/cts/app/
RequestRoleActivity.java 42 RoleManager roleManager = getSystemService(RoleManager.class);
  /cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
ShortcutManagerMiscTest.java 35 ShortcutManager manager = getTestContext().getSystemService(ShortcutManager.class);
  /cts/tests/tests/shortcutmanager/throttling/src/android/content/pm/cts/shortcutmanager/throttling/
ShortcutManagerThrottlingTestReceiver.java 44 mManager = context.getSystemService(ShortcutManager.class);
161 assertTrue(context.getSystemService(ShortcutManager.class).setDynamicShortcuts(list()));
162 assertTrue(context.getSystemService(ShortcutManager.class).addDynamicShortcuts(list()));
163 assertTrue(context.getSystemService(ShortcutManager.class).updateShortcuts(list()));
  /cts/tests/vr/src/android/vr/cts/
VrFeaturesTest.java 45 PowerManager pm = (PowerManager) mActivity.getSystemService(Context.POWER_SERVICE);
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/leanback/
BootupActivity.java 43 AlarmManager alarmManager = (AlarmManager) context.getSystemService(Context.ALARM_SERVICE);
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/tvleanback/recommendation/
BootupActivity.java 45 AlarmManager alarmManager = (AlarmManager) context.getSystemService(Context.ALARM_SERVICE);
  /developers/build/prebuilts/gradle/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
EnableProfileActivity.java 38 (DevicePolicyManager) getSystemService(Context.DEVICE_POLICY_SERVICE);
  /developers/build/prebuilts/gradle/BasicManagedProfile/Application/src/main/java/com/example/android/basicmanagedprofile/
MainActivity.java 32 getSystemService(Context.DEVICE_POLICY_SERVICE);
  /developers/build/prebuilts/gradle/DeviceOwner/Application/src/main/java/com/example/android/deviceowner/
DeviceOwnerReceiver.java 39 (DevicePolicyManager) context.getSystemService(Context.DEVICE_POLICY_SERVICE);
MainActivity.java 36 (DevicePolicyManager) getSystemService(Context.DEVICE_POLICY_SERVICE);
  /developers/build/prebuilts/gradle/JumpingJack/Wearable/src/main/java/com/example/android/wearable/jumpingjack/
Utils.java 40 Vibrator v = (Vibrator) context.getSystemService(Context.VIBRATOR_SERVICE);

Completed in 3076 milliseconds

1 2 3 4 56 7 8 91011>>