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

<<11121314151617181920>>

  /cts/tests/app/src/android/app/cts/android/app/cts/tools/
UidImportanceListener.java 40 mAm = context.getSystemService(ActivityManager.class);
  /cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
KeyguardDismissLoggerCallback.java 49 if (mContext.getSystemService(KeyguardManager.class).isDeviceLocked()) {
  /cts/tests/framework/base/windowmanager/src/android/server/wm/
KeyguardTestBase.java 38 mKeyguardManager = mContext.getSystemService(KeyguardManager.class);
  /cts/tests/sensor/src/android/hardware/cts/helpers/sensoroperations/
WakeLockOperation.java 64 PowerManager pm = (PowerManager) mContext.getSystemService(Context.POWER_SERVICE);
  /cts/tests/tests/app.usage/src/android/app/usage/cts/
TestService.java 31 getSystemService(NotificationManager.class).createNotificationChannel(
  /cts/tests/tests/appwidget/packages/src/android/appwidget/cts/packages/
AppWidgetConfirmPin.java 38 final LauncherApps launcherApps = getSystemService(LauncherApps.class);
  /cts/tests/tests/batterysaving/apps/app_target_api_current/src/android/os/cts/batterysaving/app/
TestService.java 46 NotificationManager notificationManager = getSystemService(NotificationManager.class);
  /cts/tests/tests/graphics/src/android/graphics/cts/
CameraVulkanGpuTest.java 58 getSystemService(Context.CAMERA_SERVICE);
VulkanPreTransformCtsActivity.java 73 return ((WindowManager) getSystemService(Context.WINDOW_SERVICE))
  /cts/tests/tests/net/src/android/net/cts/
NetworkInfoTest.java 35 ConnectivityManager cm = (ConnectivityManager) getContext().getSystemService(
  /cts/tests/tests/net/src/android/net/wifi/cts/
MulticastLockTest.java 38 WifiManager wm = (WifiManager) getContext().getSystemService(Context.WIFI_SERVICE);
  /cts/tests/tests/notificationlegacy/notificationlegacy20/src/android/app/notification/legacy20/cts/
LegacyNotificationManager20Test.java 77 mNotificationManager = (NotificationManager) mContext.getSystemService(
81 mActivityManager = (ActivityManager) mContext.getSystemService(Context.ACTIVITY_SERVICE);
160 NotificationManager nm = mContext.getSystemService(NotificationManager.class);
182 final NotificationManager nm = mContext.getSystemService(NotificationManager.class);
  /cts/tests/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/
TestNotificationAssistant.java 50 mNotificationManager = getSystemService(NotificationManager.class);
  /cts/tests/tests/permission/AppThatAccessesLocationOnCommand/src/android/permission/cts/appthataccesseslocation/
AccessLocationOnCommand.java 40 getSystemService(LocationManager.class).requestSingleUpdate(crit, new LocationListener() {
  /cts/tests/tests/permission/sdk28/src/android/permission/cts/sdk28/
RequestLocation.java 47 mTelephonyManager = (TelephonyManager) getContext().getSystemService(
  /cts/tests/tests/permission/src/android/permission/cts/
NoAudioPermissionTest.java 34 mAudioManager = (AudioManager) mContext.getSystemService(Context.AUDIO_SERVICE);
  /cts/tests/tests/print/printTestUtilLib/src/android/print/test/
PrintDocumentActivity.java 40 KeyguardManager km = getSystemService(KeyguardManager.class);
  /cts/tests/tests/print/src/android/print/cts/
InstallBehavior.java 71 getActivity().getSystemService(PrintManager.class).print("printjob",
  /cts/tests/tests/rcs/src/android/telephony/ims/cts/
Rcs1To1ThreadTest.java 53 RcsManager rcsManager = mContext.getSystemService(RcsManager.class);
  /cts/tests/tests/security/src/android/security/cts/
DeviceIdleControllerTest.java 62 PowerManager pm = mContext.getSystemService(PowerManager.class);
  /cts/tests/tests/shortcutmanager/throttling/src/android/content/pm/cts/shortcutmanager/throttling/
BgService.java 44 final ShortcutManager manager = context.getSystemService(ShortcutManager.class);
  /cts/tests/tests/telecom/src/android/telecom/cts/
OutgoingCallTest.java 87 AudioManager am = (AudioManager) mContext.getSystemService(Context.AUDIO_SERVICE);
  /cts/tests/tests/telephony2/src/android/telephony2/cts/
PhoneNumberTest.java 65 TelephonyManager tm = context.getSystemService(TelephonyManager.class);
  /cts/tests/tests/telephony3/src/android/telephony3/cts/
TelephonyManagerTest.java 48 (TelephonyManager) InstrumentationRegistry.getContext().getSystemService(
  /cts/tests/tests/telephonyprovider/src/android/telephonyprovider/cts/
DefaultSmsAppHelper.java 38 RoleManager roleManager = context.getSystemService(RoleManager.class);

Completed in 1096 milliseconds

<<11121314151617181920>>