OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSystemService
(Results
551 - 575
of
1425
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/cts/tests/autofillservice/src/android/autofillservice/cts/
MyWebView.java
71
return getContext().
getSystemService
(AutofillManager.class).isEnabled();
/cts/tests/camera/src/android/hardware/multiprocess/camera/cts/
Camera2Activity.java
59
CameraManager manager = (CameraManager)
getSystemService
(Context.CAMERA_SERVICE);
CameraEvictionTest.java
127
mActivityManager = (ActivityManager) mContext.
getSystemService
(Context.ACTIVITY_SERVICE);
166
CameraManager manager = (CameraManager) mContext.
getSystemService
(Context.CAMERA_SERVICE);
270
CameraManager manager = (CameraManager) mContext.
getSystemService
(Context.CAMERA_SERVICE);
306
CameraManager manager = (CameraManager) mContext.
getSystemService
(Context.CAMERA_SERVICE);
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
AbstractContentCaptureActivity.java
46
return
getSystemService
(ContentCaptureManager.class);
/cts/tests/framework/base/windowmanager/src/android/server/wm/
ActivityManagerGetConfigTests.java
77
mAm = mContext.
getSystemService
(ActivityManager.class);
311
KeyguardManager kgm = mContext.
getSystemService
(KeyguardManager.class);
374
DisplayManager dm = mContext.
getSystemService
(DisplayManager.class);
388
DisplayManager dm = mContext.
getSystemService
(DisplayManager.class);
AspectRatioTestsBase.java
76
return getAspectRatio(getInstrumentation().getContext().
getSystemService
(
/cts/tests/leanbackjank/app/src/android/leanbackjank/app/
Utils.java
59
WindowManager wm = (WindowManager) context.
getSystemService
(Context.WINDOW_SERVICE);
/cts/tests/sensor/src/android/hardware/cts/
SensorBatchingFifoTest.java
45
mSensorManager = (SensorManager) getContext().
getSystemService
(Context.SENSOR_SERVICE);
SensorSupportTest.java
58
(SensorManager) getContext().
getSystemService
(Context.SENSOR_SERVICE);
/cts/tests/sensor/src/android/hardware/cts/helpers/
TestSensorManager.java
62
(SensorManager) environment.getContext().
getSystemService
(Context.SENSOR_SERVICE);
/cts/tests/sensor/src/android/hardware/cts/helpers/sensorverification/
EventBasicVerificationTest.java
42
SensorManager mgr = (SensorManager) mContext.
getSystemService
(Context.SENSOR_SERVICE);
/cts/tests/tests/content/src/android/content/cts/
ClipDescriptionTest.java
64
InstrumentationRegistry.getTargetContext().
getSystemService
(
ContextMoreTest.java
34
* Test for {@link Context#
getSystemService
)}.
37
* - Make sure
getSystemService
(ActivityManager) will always return non-null.
39
* make sure
getSystemService
() still returns non-null.
62
final Object service = context.
getSystemService
(ActivityManager.class);
/cts/tests/tests/display/src/android/display/cts/
DisplayTest.java
100
mDisplayManager = (DisplayManager)mContext.
getSystemService
(Context.DISPLAY_SERVICE);
101
mWindowManager = (WindowManager)mContext.
getSystemService
(Context.WINDOW_SERVICE);
102
mUiModeManager = (UiModeManager)mContext.
getSystemService
(Context.UI_MODE_SERVICE);
259
(DisplayManager) activity.
getSystemService
(Context.DISPLAY_SERVICE);
/cts/tests/tests/hardware/src/android/hardware/consumerir/cts/
ConsumerIrTest.java
42
mCIR = (ConsumerIrManager)getContext().
getSystemService
(
/cts/tests/tests/location/src/android/location/cts/
EmergencyCallWifiTest.java
60
mWifiManager = (WifiManager) mContext.
getSystemService
(mContext.WIFI_SERVICE);
GnssTtffTests.java
102
.
getSystemService
(getContext().TELEPHONY_SERVICE);
TestUtils.java
119
.
getSystemService
(Context.CONNECTIVITY_SERVICE);
/cts/tests/tests/media/src/android/media/cts/
AudioPlayRoutingNative.java
48
mAudioManager = (AudioManager) mContext.
getSystemService
(Context.AUDIO_SERVICE);
AudioPlaybackCaptureActivity.java
77
mProjectionManager =
getSystemService
(MediaProjectionManager.class);
AudioRecordAppOpTest.java
62
final AppOpsManager appOpsManager = getContext().
getSystemService
(AppOpsManager.class);
AudioRecordRoutingNative.java
48
mAudioManager = (AudioManager) mContext.
getSystemService
(Context.AUDIO_SERVICE);
ConnectionStatus.java
43
(ConnectivityManager)context.
getSystemService
(Context.CONNECTIVITY_SERVICE);
/cts/tests/tests/notificationlegacy/notificationlegacy27/src/android/app/notification/legacy/cts/
LegacyNotificationManagerTest.java
81
mNotificationManager = (NotificationManager) mContext.
getSystemService
(
85
mActivityManager = (ActivityManager) mContext.
getSystemService
(Context.ACTIVITY_SERVICE);
363
NotificationManager nm = mContext.
getSystemService
(NotificationManager.class);
385
final NotificationManager nm = mContext.
getSystemService
(NotificationManager.class);
/cts/tests/tests/openglperf/src/android/openglperf/cts/
GlAppSwitchTest.java
72
mActivityManager = (ActivityManager) context.
getSystemService
(Context.ACTIVITY_SERVICE);
Completed in 1488 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>