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

1 2 3 4 5 6 7 8 91011>>

  /cts/tests/tests/hardware/src/android/hardware/fingerprint/cts/
FingerprintManagerTest.java 65 getContext().getSystemService(Context.FINGERPRINT_SERVICE);
73 final FingerprintManager fpm = getContext().getSystemService(FingerprintManager.class);
  /cts/tests/tests/location/src/android/location/cts/
EmergencyCallMessageTest.java 53 (TelephonyManager) mContext.getSystemService(Context.TELEPHONY_SERVICE);
79 final TelephonyManager telephonyManager = (TelephonyManager) context.getSystemService(
  /cts/tests/tests/telecom/src/android/telecom/cts/
SimCallManagerTest.java 75 mTelecomManager = (TelecomManager) mContext.getSystemService(Context.TELECOM_SERVICE);
99 CarrierConfigManager configManager = (CarrierConfigManager) mContext.getSystemService(
  /cts/tests/tests/telephony/current/src/android/telephony/cts/
CellLocationTest.java 50 (TelephonyManager)getContext().getSystemService(Context.TELEPHONY_SERVICE);
51 mCm = (ConnectivityManager)getContext().getSystemService(Context.CONNECTIVITY_SERVICE);
  /developers/build/prebuilts/gradle/FindMyPhone/Wearable/src/main/java/com/example/android/wearable/findphone/
DisconnectListenerService.java 104 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE))
124 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE))
  /developers/samples/android/deprecated/wearable/wear/FindMyPhone/Wearable/src/main/java/com/example/android/wearable/findphone/
DisconnectListenerService.java 104 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE))
124 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE))
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List9.java 62 mWindowManager = (WindowManager)getSystemService(Context.WINDOW_SERVICE);
71 LayoutInflater inflate = (LayoutInflater)getSystemService(Context.LAYOUT_INFLATER_SERVICE);
  /development/samples/browseable/FindMyPhone/Wearable/src/com.example.android.wearable.findphone/
DisconnectListenerService.java 104 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE))
124 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE))
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowStorageManagerTest.java 29 storageManager = (StorageManager) application.getSystemService(Context.STORAGE_SERVICE);
65 shadowOf(application.getSystemService(UserManager.class)).setUserUnlocked(true);
  /cts/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/
StorageStatsTest.java 84 .getSystemService(StorageStatsManager.class);
97 final StorageStatsManager stats = getContext().getSystemService(StorageStatsManager.class);
109 final StorageStatsManager stats = getContext().getSystemService(StorageStatsManager.class);
136 final StorageStatsManager stats = getContext().getSystemService(StorageStatsManager.class);
166 final StorageStatsManager stats = getContext().getSystemService(StorageStatsManager.class);
213 final StorageStatsManager stats = getContext().getSystemService(StorageStatsManager.class);
250 final StorageManager sm = context.getSystemService(StorageManager.class);
251 final StorageStatsManager stats = context.getSystemService(StorageStatsManager.class);
325 final StorageManager sm = context.getSystemService(StorageManager.class);
326 final StorageStatsManager stats = context.getSystemService(StorageStatsManager.class)
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
USBAudioPeripheralPlayerActivity.java 50 StreamPlayer.calcNumBurstFrames((AudioManager)getSystemService(Context.AUDIO_SERVICE));
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
CompHelperActivity.java 79 final DevicePolicyManager dpm = (DevicePolicyManager) getSystemService(
CrossProfileTestActivity.java 72 DevicePolicyManager dpm = (DevicePolicyManager)getSystemService(Context.DEVICE_POLICY_SERVICE);
WorkProfileWidgetActivity.java 48 mDpm = (DevicePolicyManager) getSystemService(Context.DEVICE_POLICY_SERVICE);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
AccelerometerTestActivity.java 49 mSensorManager = (SensorManager) getApplicationContext().getSystemService(
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/PoseProvider/
AndroidPoseProvider.java 54 mSensorManager = (SensorManager) mContext.getSystemService(Context.SENSOR_SERVICE);
  /cts/apps/VpnApp/src/com/android/cts/vpnfirewall/
ReflectorVpnService.java 70 NotificationManager notificationManager = getSystemService(NotificationManager.class);
83 mConnectivityManager = getSystemService(ConnectivityManager.class);
89 NotificationManager notificationManager = getSystemService(NotificationManager.class);
102 final UserManager um = (UserManager) getSystemService(Context.USER_SERVICE);
  /cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
ScreenDeviceInfo.java 35 (WindowManager) getContext().getSystemService(Context.WINDOW_SERVICE);
  /cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/
ReadDefaultUris.java 35 mAudioManager = (AudioManager) mContext.getSystemService(Context.AUDIO_SERVICE);
  /cts/hostsidetests/devicepolicy/app/AccountManagement/src/com/android/cts/devicepolicy/accountmanagement/
AccountUtilsTest.java 49 mAccountManager = (AccountManager) mContext.getSystemService(Context.ACCOUNT_SERVICE);
  /cts/hostsidetests/devicepolicy/app/ContentCaptureApp/src/com/android/cts/devicepolicy/contentcaptureapp/
SimpleActivity.java 47 mManager = getSystemService(ContentCaptureManager.class);
  /cts/hostsidetests/devicepolicy/app/CorpOwnedManagedProfile/src/com/android/cts/comp/
DeviceWideLoggingFeaturesTest.java 40 mContext.getSystemService(Context.DEVICE_POLICY_SERVICE);
  /cts/hostsidetests/devicepolicy/app/CorpOwnedManagedProfile/src/com/android/cts/comp/provisioning/
ManagedProfileProvisioningTest.java 48 getContext().getSystemService(Context.DEVICE_POLICY_SERVICE);
  /cts/hostsidetests/devicepolicy/app/CustomizationApp/src/com/android/cts/customizationapp/
CustomizationTest.java 42 (UserManager) mContext.getSystemService(Context.USER_SERVICE);
  /cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/
BlockUninstallDelegateTest.java 43 mDpm = context.getSystemService(DevicePolicyManager.class);

Completed in 332 milliseconds

1 2 3 4 5 6 7 8 91011>>