OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSystemService
(Results
251 - 275
of
1425
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/
EnableSystemAppDelegateTest.java
45
mDpm = getInstrumentation().getContext().
getSystemService
(DevicePolicyManager.class);
GeneralDelegateTest.java
40
mDpm = getInstrumentation().getContext().
getSystemService
(DevicePolicyManager.class);
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
RandomizedWifiMacAddressTest.java
60
final WifiManager wifiManager = mContext.
getSystemService
(WifiManager.class);
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
BaseDeviceOwnerTest.java
48
mDevicePolicyManager = mContext.
getSystemService
(DevicePolicyManager.class);
SetPolicyActivity.java
63
getSystemService
(Context.DEVICE_POLICY_SERVICE);
/cts/hostsidetests/devicepolicy/app/LauncherTestsSupport/src/com/android/cts/launchertests/support/
QuietModeCommandReceiver.java
40
final UserManager userManager = context.
getSystemService
(UserManager.class);
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
BaseManagedProfileTest.java
50
mContext.
getSystemService
(Context.DEVICE_POLICY_SERVICE);
CrossProfileWidgetTest.java
48
mAppWidgetManager = (AppWidgetManager) mContext.
getSystemService
(Context.APPWIDGET_SERVICE);
DummyCrossProfileViewEventActivity.java
36
mDevicePolicyManager =
getSystemService
(DevicePolicyManager.class);
PrimaryUserFilterSetterActivity.java
26
getSystemService
(Context.DEVICE_POLICY_SERVICE);
/cts/hostsidetests/devicepolicy/app/MeteredDataTestApp/src/com/android/cts/devicepolicy/metereddatatestapp/
MainActivity.java
62
final ConnectivityManager cm = (ConnectivityManager)
getSystemService
(
/cts/hostsidetests/devicepolicy/app/PackageInstaller/src/com/android/cts/packageinstaller/
ClearDeviceOwnerTest.java
46
getInstrumentation().getContext().
getSystemService
(Context.DEVICE_POLICY_SERVICE);
/cts/hostsidetests/devicepolicy/app/PrintingApp/src/com/android/cts/devicepolicy/printingapp/
PrintActivity.java
42
PrintManager printManager =
getSystemService
(PrintManager.class);
/cts/hostsidetests/incident/apps/batterystatsapp/src/com/android/server/cts/device/batterystats/
BatteryStatsAlarmTest.java
63
final AlarmManager alm = context.
getSystemService
(AlarmManager.class);
BatteryStatsJobDurationTests.java
57
JobScheduler js = mContext.
getSystemService
(JobScheduler.class);
SimpleJobService.java
62
JobScheduler js = context.
getSystemService
(JobScheduler.class);
/cts/hostsidetests/media/app/MediaSessionTest/src/android/media/session/cts/
MediaSessionManagerTest.java
51
mMediaSessionManager = (MediaSessionManager) context.
getSystemService
(
/cts/hostsidetests/net/app2/src/com/android/cts/net/hostside/app2/
MyForegroundService.java
51
NotificationManager notificationManager =
getSystemService
(NotificationManager.class);
/cts/hostsidetests/testharness/app/src/android/testharness/app/
TestHarnessActivity.java
53
getSystemService
(InputMethodManager.class)
/cts/tests/JobSchedulerSharedUid/JobSharedUidTestApp/src/android/jobscheduler/cts/jobtestapp/
TestJobSchedulerReceiver.java
44
final JobScheduler jobScheduler = context.
getSystemService
(JobScheduler.class);
/cts/tests/acceleration/src/android/acceleration/cts/
BaseAccelerationTest.java
67
(ActivityManager) context.
getSystemService
(Context.ACTIVITY_SERVICE);
/cts/tests/app/app/src/android/app/stubs/
KeyguardManagerActivity.java
34
mKeyguardManager = (KeyguardManager)
getSystemService
(Context.KEYGUARD_SERVICE);
LocalForegroundServiceLocation.java
55
NotificationManager notificationManager =
getSystemService
(NotificationManager.class);
/cts/tests/app/src/android/app/cts/
ActivityManager_RunningAppProcessInfoTest.java
35
getContext().
getSystemService
(Context.ACTIVITY_SERVICE);
StatusBarManagerTest.java
52
mStatusBarManager = (StatusBarManager) mContext.
getSystemService
(
Completed in 221 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>