OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSystemService
(Results
476 - 500
of
1425
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/development/samples/browseable/NetworkConnect/src/com.example.android.networkconnect/
MainActivity.java
100
(ConnectivityManager)
getSystemService
(Context.CONNECTIVITY_SERVICE);
/external/droiddriver/src/io/appium/droiddriver/actions/view/
CloseKeyboardAction.java
59
.
getSystemService
(Context.INPUT_METHOD_SERVICE);
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowVibratorTest.java
25
ApplicationProvider.getApplicationContext().
getSystemService
(Context.VIBRATOR_SERVICE);
ShadowWindowManagerImplTest.java
34
windowManager = context.
getSystemService
(WindowManager.class);
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowStorageManager.java
103
ShadowUserManager extract = Shadow.extract(application.
getSystemService
(UserManager.class));
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
NfcManagerFacade.java
45
mNfcManager = (NfcManager) mService.
getSystemService
(Context.NFC_SERVICE);
SettingsFacade.java
72
mAudio = (AudioManager) mService.
getSystemService
(Context.AUDIO_SERVICE);
73
mPower = (PowerManager) mService.
getSystemService
(Context.POWER_SERVICE);
74
mAlarm = (AlarmManager) mService.
getSystemService
(Context.ALARM_SERVICE);
77
(NotificationManager) mService.
getSystemService
(Context.NOTIFICATION_SERVICE);
85
(TelephonyManager) mService.
getSystemService
(Context.TELEPHONY_SERVICE);
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
CarrierConfigFacade.java
42
(CarrierConfigManager)mService.
getSystemService
(Context.CARRIER_CONFIG_SERVICE);
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/
ScriptListAdapter.java
38
mInflater = (LayoutInflater) mContext.
getSystemService
(Context.LAYOUT_INFLATER_SERVICE);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/telecom/
SelfManagedIncomingCallTestActivity.java
71
(TelecomManager)
getSystemService
(Context.TELECOM_SERVICE);
113
(TelecomManager)
getSystemService
(Context.TELECOM_SERVICE);
136
(TelecomManager)
getSystemService
(Context.TELECOM_SERVICE);
/cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/
ExternalStorageTest.java
105
final DownloadManager dm = getContext().
getSystemService
(DownloadManager.class);
119
final DownloadManager dm = getContext().
getSystemService
(DownloadManager.class);
188
final DownloadManager dm = getContext().
getSystemService
(DownloadManager.class);
/cts/hostsidetests/backup/SyncAdapterSettingsApp/src/android/cts/backup/syncadaptersettingsapp/
SyncAdapterSettingsTest.java
236
final AccountManager am = context.
getSystemService
(AccountManager.class);
245
final AccountManager am = mContext.
getSystemService
(AccountManager.class);
261
final AccountManager am = context.
getSystemService
(AccountManager.class);
/cts/hostsidetests/devicepolicy/app/TransferOwnerOutgoingApp/src/com/android/cts/transferowner/
DeviceAndProfileOwnerTransferOutgoingTest.java
83
mDevicePolicyManager = mContext.
getSystemService
(DevicePolicyManager.class);
184
DevicePolicyManager dpm = mContext.
getSystemService
(DevicePolicyManager.class);
195
mContext.
getSystemService
(Context.DEVICE_POLICY_SERVICE);
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
KeyboardVisibilityControlTest.java
135
.getTargetContext().
getSystemService
(InputMethodManager.class);
171
.getTargetContext().
getSystemService
(InputMethodManager.class);
203
.getTargetContext().
getSystemService
(InputMethodManager.class);
/cts/tests/tests/net/src/android/net/wifi/rtt/cts/
TestBase.java
84
mLocationManager = (LocationManager) getContext().
getSystemService
(
89
mWifiRttManager = (WifiRttManager) getContext().
getSystemService
(
93
mWifiManager = (WifiManager) getContext().
getSystemService
(Context.WIFI_SERVICE);
/cts/tests/tests/permission2/src/android/permission2/cts/
NoLocationPermissionTest.java
53
mLocationManager = (LocationManager) mContext.
getSystemService
(
79
TelephonyManager telephonyManager = (TelephonyManager) mContext.
getSystemService
(
118
TelephonyManager telephonyManager = (TelephonyManager) mContext.
getSystemService
(
/cts/tests/tests/telephony/current/src/android/telephony/cts/
CarrierConfigManagerTest.java
72
getContext().
getSystemService
(Context.TELEPHONY_SERVICE);
74
getContext().
getSystemService
(Context.CARRIER_CONFIG_SERVICE);
94
(ConnectivityManager) getContext().
getSystemService
(Context.CONNECTIVITY_SERVICE);
SubscriptionManagerTest.java
104
.
getSystemService
(ConnectivityManager.class);
131
mSm = InstrumentationRegistry.getContext().
getSystemService
(SubscriptionManager.class);
239
.
getSystemService
(ConnectivityManager.class);
292
.
getSystemService
(ConnectivityManager.class);
642
.
getSystemService
(ConnectivityManager.class);
668
.
getSystemService
(ConnectivityManager.class);
687
.
getSystemService
(TelephonyManager.class);
/developers/build/prebuilts/gradle/JobScheduler/Application/src/main/java/com/example/android/jobscheduler/
MainActivity.java
156
JobScheduler tm = (JobScheduler)
getSystemService
(Context.JOB_SCHEDULER_SERVICE);
164
JobScheduler tm = (JobScheduler)
getSystemService
(Context.JOB_SCHEDULER_SERVICE);
173
JobScheduler jobScheduler = (JobScheduler)
getSystemService
(Context.JOB_SCHEDULER_SERVICE);
/developers/samples/android/background/JobScheduler/Application/src/main/java/com/example/android/jobscheduler/
MainActivity.java
156
JobScheduler tm = (JobScheduler)
getSystemService
(Context.JOB_SCHEDULER_SERVICE);
164
JobScheduler tm = (JobScheduler)
getSystemService
(Context.JOB_SCHEDULER_SERVICE);
173
JobScheduler jobScheduler = (JobScheduler)
getSystemService
(Context.JOB_SCHEDULER_SERVICE);
/development/samples/ApiDemos/src/com/example/android/apis/app/
ForegroundService.java
74
mNM = (NotificationManager)
getSystemService
(NOTIFICATION_SERVICE);
114
mWakeLock =
getSystemService
(PowerManager.class).newWakeLock(
236
AlarmManager am = (AlarmManager) ctx.
getSystemService
(Context.ALARM_SERVICE);
/development/samples/ApiDemos/src/com/example/android/apis/content/
PhotosContentJob.java
89
JobScheduler js = context.
getSystemService
(JobScheduler.class);
96
JobScheduler js = context.
getSystemService
(JobScheduler.class);
111
JobScheduler js = context.
getSystemService
(JobScheduler.class);
/development/samples/MultiDisplay/src/com/example/android/multidisplay/wallpaper/
SampleWallpaper.java
86
final DisplayManager dm =
getSystemService
(DisplayManager.class);
214
// If we want to get display, use getDisplayContext().
getSystemService
so the
216
final WindowManager wm = getDisplayContext().
getSystemService
(WindowManager.class);
220
final DisplayManager dm =
getSystemService
(DisplayManager.class);
/development/samples/ShortcutDemo/launcher/src/com/example/android/pm/shortcutlauncherdemo/
BaseActivityListFragment.java
96
mInflater = mContext.
getSystemService
(LayoutInflater.class);
97
mUserManager = mContext.
getSystemService
(UserManager.class);
98
mLauncherApps = mContext.
getSystemService
(LauncherApps.class);
/development/samples/browseable/JobScheduler/src/com.example.android.jobscheduler/
MainActivity.java
156
JobScheduler tm = (JobScheduler)
getSystemService
(Context.JOB_SCHEDULER_SERVICE);
164
JobScheduler tm = (JobScheduler)
getSystemService
(Context.JOB_SCHEDULER_SERVICE);
173
JobScheduler jobScheduler = (JobScheduler)
getSystemService
(Context.JOB_SCHEDULER_SERVICE);
Completed in 1309 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>