OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSystemService
(Results
376 - 400
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/
NetworkLoggingDelegateTest.java
74
DevicePolicyManager dpm = context.
getSystemService
(DevicePolicyManager.class);
94
mDpm = mContext.
getSystemService
(DevicePolicyManager.class);
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
LockTaskHostDrivenTest.java
86
mDevicePolicyManager = mContext.
getSystemService
(DevicePolicyManager.class);
87
mActivityManager = mContext.
getSystemService
(ActivityManager.class);
/cts/hostsidetests/devicepolicy/app/TransferOwnerIncomingApp/src/com/android/cts/transferowner/
DeviceAndProfileOwnerTransferIncomingTest.java
83
mDevicePolicyManager = mContext.
getSystemService
(DevicePolicyManager.class);
102
mContext.
getSystemService
(Context.DEVICE_POLICY_SERVICE);
/cts/hostsidetests/statsd/apps/statsdapp/src/com/android/server/cts/device/statsd/
StatsdCtsForegroundActivity.java
108
final WindowManager wm =
getSystemService
(WindowManager.class);
140
NotificationManager nm =
getSystemService
(NotificationManager.class);
/cts/tests/framework/base/windowmanager/alertwindowservice/src/android/server/wm/alertwindowservice/
AlertWindowService.java
83
final WindowManager wm =
getSystemService
(WindowManager.class);
113
final WindowManager wm =
getSystemService
(WindowManager.class);
/cts/tests/tests/permission/telephony/src/android/permission/cts/telephony/
TelephonyManagerPermissionTest.java
51
(TelephonyManager) getContext().
getSystemService
(Context.TELEPHONY_SERVICE);
53
mAudioManager = (AudioManager) getContext().
getSystemService
(Context.AUDIO_SERVICE);
/cts/tests/tests/provider/src/android/provider/cts/
WifiSliceTest.java
62
private final SliceManager mSliceManager = mContext.
getSystemService
(SliceManager.class);
137
final WifiManager wifiManager = mContext.
getSystemService
(WifiManager.class);
/cts/tests/vr/src/android/vr/cts/
VrSetFIFOThreadTest.java
91
(ActivityManager) mContext.
getSystemService
(Context.ACTIVITY_SERVICE);
114
(ActivityManager) mContext.
getSystemService
(Context.ACTIVITY_SERVICE);
/developers/build/prebuilts/gradle/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
StatusFragment.java
100
(DevicePolicyManager) activity.
getSystemService
(Activity.DEVICE_POLICY_SERVICE);
132
(DevicePolicyManager) activity.
getSystemService
(Activity.DEVICE_POLICY_SERVICE);
/developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/commoncases/
StandardAutoCompleteSignInActivity.java
64
AutofillManager afm =
getSystemService
(AutofillManager.class);
72
mAutofillManager =
getSystemService
(AutofillManager.class);
/developers/build/prebuilts/gradle/NotificationChannels/kotlinApp/Application/src/main/java/com/example/android/notificationchannels/
NotificationHelper.kt
37
getSystemService
(Context.NOTIFICATION_SERVICE) as NotificationManager
/developers/samples/android/admin/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
StatusFragment.java
100
(DevicePolicyManager) activity.
getSystemService
(Activity.DEVICE_POLICY_SERVICE);
132
(DevicePolicyManager) activity.
getSystemService
(Activity.DEVICE_POLICY_SERVICE);
/developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/commoncases/
StandardAutoCompleteSignInActivity.java
64
AutofillManager afm =
getSystemService
(AutofillManager.class);
72
mAutofillManager =
getSystemService
(AutofillManager.class);
/developers/samples/android/notification/NotificationChannels/kotlinApp/Application/src/main/java/com/example/android/notificationchannels/
NotificationHelper.kt
37
getSystemService
(Context.NOTIFICATION_SERVICE) as NotificationManager
/development/apps/Development/src/com/android/development/
RunningProcesses.java
79
mInflater = (LayoutInflater)context.
getSystemService
(Context.LAYOUT_INFLATER_SERVICE);
81
ActivityManager am = (ActivityManager)
getSystemService
(Context.ACTIVITY_SERVICE);
/development/samples/ApiDemos/src/com/example/android/apis/app/
IncomingMessage.java
103
NotificationManager nm = (NotificationManager)
getSystemService
(NOTIFICATION_SERVICE);
154
NotificationManager nm = (NotificationManager)
getSystemService
(NOTIFICATION_SERVICE);
/development/samples/IntentPlayground/src/com/example/android/intentplayground/
IntentDialogFragment.java
125
ActivityManager am = getActivity().
getSystemService
(ActivityManager.class);
143
ActivityManager am = getActivity().
getSystemService
(ActivityManager.class);
/development/samples/ShortcutDemo/launcher/src/com/example/android/pm/shortcutlauncherdemo/
MyBaseListFragment.java
68
mUserManager = getActivity().
getSystemService
(UserManager.class);
69
mLauncherApps = getActivity().
getSystemService
(LauncherApps.class);
/development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
StatusFragment.java
100
(DevicePolicyManager) activity.
getSystemService
(Activity.DEVICE_POLICY_SERVICE);
132
(DevicePolicyManager) activity.
getSystemService
(Activity.DEVICE_POLICY_SERVICE);
/device/google/cuttlefish_common/tests/wifi/src/com/android/cuttlefish/wifi/tests/
WifiE2eTests.java
52
mWifiManager = (WifiManager)mContext.
getSystemService
(Context.WIFI_SERVICE);
53
mConnManager = (ConnectivityManager)mContext.
getSystemService
(Context.CONNECTIVITY_SERVICE);
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/service/
TriggerService.java
170
AlarmManager alarmManager = (AlarmManager)
getSystemService
(Context.ALARM_SERVICE);
176
AlarmManager alarmManager = (AlarmManager)
getSystemService
(Context.ALARM_SERVICE);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
AudioInputDeviceNotificationsActivity.java
89
AudioManager audioManager = (AudioManager)
getSystemService
(Context.AUDIO_SERVICE);
AudioLoopbackActivity.java
135
AudioManager am = (AudioManager)
getSystemService
(Context.AUDIO_SERVICE);
153
AudioManager am = (AudioManager)
getSystemService
(Context.AUDIO_SERVICE);
170
AudioManager am = (AudioManager)
getSystemService
(Context.AUDIO_SERVICE);
209
AudioManager am = (AudioManager)
getSystemService
(Context.AUDIO_SERVICE);
AudioOutputDeviceNotificationsActivity.java
89
AudioManager audioManager = (AudioManager)
getSystemService
(Context.AUDIO_SERVICE);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
SetSupportMessageActivity.java
55
mDpm = (DevicePolicyManager)
getSystemService
(Context.DEVICE_POLICY_SERVICE);
Completed in 466 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>