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

<<21222324252627282930>>

  /cts/hostsidetests/devicepolicy/app/AccountManagement/src/com/android/cts/devicepolicy/accountmanagement/
AccountManagementTest.java 48 mAccountManager = (AccountManager) mContext.getSystemService(Context.ACCOUNT_SERVICE);
  /cts/hostsidetests/devicepolicy/app/CorpOwnedManagedProfile/src/com/android/cts/comp/
ManagementTest.java 35 mContext.getSystemService(Context.DEVICE_POLICY_SERVICE);
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
AllowedAccountManagementTest.java 52 mAccountManager = (AccountManager) mContext.getSystemService(Context.ACCOUNT_SERVICE);
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
AffiliationTest.java 50 context.getSystemService(Context.DEVICE_POLICY_SERVICE);
DeviceOwnerProvisioningTest.java 46 mDpm = getContext().getSystemService(DevicePolicyManager.class);
  /cts/hostsidetests/devicepolicy/app/IntentSender/src/com/android/cts/intent/sender/
IntentSenderActivity.java 54 mClipboardManager = (ClipboardManager) getSystemService(CLIPBOARD_SERVICE);
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
BluetoothSharingRestrictionTest.java 76 final UserManager um = (UserManager) context.getSystemService(Context.USER_SERVICE);
ManagedProfileTest.java 54 getActivity().getSystemService(Context.DEVICE_POLICY_SERVICE);
SetPolicyActivity.java 67 getSystemService(Context.DEVICE_POLICY_SERVICE);
  /cts/hostsidetests/incident/apps/batterystatsapp/src/com/android/server/cts/device/batterystats/
BatteryStatsBgVsFgActions.java 118 final WindowManager wm = ctx.getSystemService(WindowManager.class);
208 final LocationManager locManager = ctx.getSystemService(LocationManager.class);
256 JobScheduler js = ctx.getSystemService(JobScheduler.class);
382 ActivityManager am = (ActivityManager) context.getSystemService(Context.ACTIVITY_SERVICE);
  /cts/hostsidetests/media/app/MediaSessionTestHelper/src/android/media/app/media_session_test_helper/
MediaSessionTestHelperService.java 56 (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
  /cts/libs/input/src/com/android/cts/input/
HidDevice.java 59 mInstrumentation.getContext().getSystemService(InputManager.class);
  /cts/libs/midi/src/com/android/midi/
MidiEchoTestService.java 80 (MidiManager) context.getSystemService(Context.MIDI_SERVICE);
  /cts/tests/AlarmManager/app/src/android/alarmmanager/alarmtestapp/cts/
TestAlarmScheduler.java 45 final AlarmManager am = context.getSystemService(AlarmManager.class);
  /cts/tests/AlarmManager/src/android/alarmmanager/cts/
UidCapTests.java 62 mAlarmManager = mContext.getSystemService(AlarmManager.class);
  /cts/tests/JobScheduler/src/android/jobscheduler/
TriggerContentJobService.java 63 JobScheduler js = context.getSystemService(JobScheduler.class);
  /cts/tests/JobSchedulerSharedUid/src/android/jobscheduler/
TriggerContentJobService.java 63 JobScheduler js = context.getSystemService(JobScheduler.class);
  /cts/tests/accessibility/src/android/view/accessibility/cts/
CaptioningManagerTest.java 52 mManager = getInstrumentation().getTargetContext().getSystemService(
  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityFingerprintGestureTest.java 74 ? instrumentation.getContext().getSystemService(FingerprintManager.class) : null;
AccessibilityOverlayTest.java 86 mService.getSystemService(WindowManager.class).addView(button, params);
AccessibilityVolumeTest.java 50 (AudioManager) mInstrumentation.getContext().getSystemService(AUDIO_SERVICE);
  /cts/tests/app/app/src/android/app/stubs/
LocalForegroundService.java 61 NotificationManager notificationManager = getSystemService(NotificationManager.class);
  /cts/tests/app/src/android/app/cts/
ActivityManagerMemoryInfoTest.java 90 Debug.MemoryInfo[] result = getContext().getSystemService(ActivityManager.class)
TaskDescriptionTest.java 80 final ActivityManager am = (ActivityManager) activity.getSystemService(ACTIVITY_SERVICE);
  /cts/tests/autofillservice/src/android/autofillservice/cts/
AbstractAutoFillActivity.java 77 return getSystemService(AutofillManager.class);

Completed in 2991 milliseconds

<<21222324252627282930>>