OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSystemService
(Results
1226 - 1250
of
1425
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/cts/tests/autofillservice/src/android/autofillservice/cts/
SessionLifecycleTest.java
158
.
getSystemService
(Context.ACTIVITY_SERVICE);
/cts/tests/framework/base/windowmanager/src/android/server/wm/
CrossAppDragAndDropTests.java
115
mDm = mContext.
getSystemService
(DisplayManager.class);
KeyguardLockedTests.java
89
final KeyguardManager.KeyguardLock keyguardLock = mContext.
getSystemService
(
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
BaseInputConnectionTest.java
178
.getTargetContext().
getSystemService
(InputMethodManager.class);
InputMethodServiceTest.java
357
runOnMainSync(() -> editText.getContext().
getSystemService
(InputMethodManager.class)
/cts/tests/sensor/src/android/hardware/cts/
SingleSensorTests.java
121
(SensorManager) getContext().
getSystemService
(Context.SENSOR_SERVICE);
/cts/tests/tests/content/src/android/content/cts/
AvailableIntentsTest.java
422
WifiManager manager = mContext.
getSystemService
(WifiManager.class);
ClipboardManagerTest.java
59
mClipboardManager = mContext.
getSystemService
(ClipboardManager.class);
/cts/tests/tests/display/src/android/display/cts/
VirtualDisplayTest.java
83
mDisplayManager = (DisplayManager)mContext.
getSystemService
(Context.DISPLAY_SERVICE);
/cts/tests/tests/location2/src/android/location2/cts/
LocationManagerTest.java
70
mManager = (LocationManager) mContext.
getSystemService
(Context.LOCATION_SERVICE);
/cts/tests/tests/media/src/android/media/cts/
AudioManagerTest.java
102
mAudioManager = (AudioManager) mContext.
getSystemService
(Context.AUDIO_SERVICE);
103
Vibrator vibrator = (Vibrator) mContext.
getSystemService
(Context.VIBRATOR_SERVICE);
104
mNm = (NotificationManager) mContext.
getSystemService
(Context.NOTIFICATION_SERVICE);
115
ActivityManager am = (ActivityManager) mContext.
getSystemService
(Context.ACTIVITY_SERVICE);
[
all
...]
AudioPlaybackCaptureTest.java
142
mAudioManager = mActivity.
getSystemService
(AudioManager.class);
/cts/tests/tests/nativemidi/java/android/nativemidi/cts/
NativeMidiEchoTest.java
217
mMidiManager = (MidiManager)mContext.
getSystemService
(Context.MIDI_SERVICE);
/cts/tests/tests/netsecpolicy/src/android/security/
NetworkSecurityPolicyTestBase.java
215
(DownloadManager) getContext().
getSystemService
(Context.DOWNLOAD_SERVICE);
/cts/tests/tests/opengl/src/android/opengl/cts/
OpenGlEsVersionTest.java
463
(ActivityManager) context.
getSystemService
(Context.ACTIVITY_SERVICE);
/cts/tests/tests/permission/src/android/permission/cts/
LocationAccessCheckTest.java
391
sContext.
getSystemService
(LocationManager.class).requestSingleUpdate(crit,
/cts/tests/tests/telephony/current/src/android/telephony/cts/
PhoneNumberUtilsTest.java
303
TelephonyManager tm = (TelephonyManager)getContext().
getSystemService
(
SmsMessageTest.java
86
(TelephonyManager) getContext().
getSystemService
(Context.TELEPHONY_SERVICE);
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
MainInteractionSession.java
47
if (!getContext().
getSystemService
(LauncherApps.class).hasShortcutHostPermission()) {
/cts/tests/tests/widget/src/android/widget/cts/
SimpleExpandableListAdapterTest.java
109
.
getSystemService
(Context.LAYOUT_INFLATER_SERVICE)).inflate(
/developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/tvleanback/ui/
MovieDetailsFragment.java
113
.
getSystemService
(Context.NOTIFICATION_SERVICE);
/developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/
TvContractUtils.java
294
TvInputManager tim = (TvInputManager) context.
getSystemService
(Context.TV_INPUT_SERVICE);
/developers/build/prebuilts/gradle/DataLayer/Application/src/main/java/com/example/android/wearable/datalayer/
MainActivity.java
343
LayoutInflater inflater = (LayoutInflater) mContext.
getSystemService
(
/developers/samples/android/wearable/wear/DataLayer/Application/src/main/java/com/example/android/wearable/datalayer/
MainActivity.java
341
(LayoutInflater) mContext.
getSystemService
(Context.LAYOUT_INFLATER_SERVICE);
/development/apps/GestureBuilder/src/com/android/gesture/builder/
GestureBuilderActivity.java
414
mInflater = (LayoutInflater) context.
getSystemService
(Context.LAYOUT_INFLATER_SERVICE);
Completed in 651 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>