HomeSort by relevance Sort by last modified time
    Searched refs:getSystemService (Results 1 - 25 of 497) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/tests/tests/permission/src/android/permission/cts/
DevicePowerPermissionTest.java 34 mPowerManager = (PowerManager) mContext.getSystemService(Context.POWER_SERVICE);
NoSystemFunctionPermissionTest.java 46 ActivityManager activityManager = (ActivityManager) mContext.getSystemService(
64 AlarmManager alarmManager = (AlarmManager) mContext.getSystemService(
116 Vibrator vibrator = (Vibrator)getContext().getSystemService(Context.VIBRATOR_SERVICE);
NoWakeLockPermissionTest.java 39 mPowerManager = (PowerManager) mContext.getSystemService(Context.POWER_SERVICE);
50 final WifiManager wifiManager = (WifiManager) mContext.getSystemService(
ConnectivityManagerPermissionTest.java 35 mConnectivityManager = (ConnectivityManager) mContext.getSystemService(Context.CONNECTIVITY_SERVICE);
NoKeyPermissionTest.java 34 mKeyManager = (KeyguardManager) mContext.getSystemService(Context.KEYGUARD_SERVICE);
TelephonyManagerPermissionTest.java 34 mTelephonyManager = (TelephonyManager) mContext.getSystemService(Context.TELEPHONY_SERVICE);
  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/util/
DisableKeyguardReceiver.java 33 (KeyguardManager) context.getSystemService(Context.KEYGUARD_SERVICE);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
IncomingMessageView.java 37 NotificationManager nm = (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
  /frameworks/base/core/tests/coretests/src/android/app/
SearchManagerTest.java 115 mContext.getSystemService(Context.SEARCH_SERVICE);
118 mContext.getSystemService(Context.SEARCH_SERVICE);
129 mContext.getSystemService(Context.SEARCH_SERVICE);
143 mContext.getSystemService(Context.SEARCH_SERVICE);
158 mContext.getSystemService(Context.SEARCH_SERVICE);
  /frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsFL/src/com/android/framework/externalsharedpermsfltestapp/
ExternalSharedPermsFLTest.java 34 ).getSystemService(Context.LOCATION_SERVICE);
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmAlertWakeLock.java 36 (PowerManager) context.getSystemService(Context.POWER_SERVICE);
  /frameworks/base/core/java/android/view/
ContextThemeWrapper.java 66 @Override public Object getSystemService(String name) {
73 return mBase.getSystemService(name);
  /frameworks/base/core/java/android/widget/
ResourceCursorAdapter.java 49 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
68 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
RealSystemFacade.java 22 mContext.getSystemService(Context.NOTIFICATION_SERVICE);
31 (ConnectivityManager) mContext.getSystemService(Context.CONNECTIVITY_SERVICE);
49 (ConnectivityManager) mContext.getSystemService(Context.CONNECTIVITY_SERVICE);
  /cts/tests/tests/app/src/android/app/cts/
KeyguardManagerTest.java 45 final KeyguardManager keyguardManager = (KeyguardManager) c.getSystemService(
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
GLES20Activity.java 50 (ActivityManager) getSystemService(Context.ACTIVITY_SERVICE);
  /development/samples/ApiDemos/src/com/example/android/apis/os/
MorseCode.java 89 Vibrator vibrator = (Vibrator)getSystemService(Context.VIBRATOR_SERVICE);
  /frameworks/base/core/tests/coretests/src/android/app/activity/
SetTimeZonePermissionsTest.java 38 mAlarm = (AlarmManager) mContext.getSystemService(Context.ALARM_SERVICE);
  /frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPerms/src/com/android/framework/externalsharedpermstestapp/
ExternalSharedPermsTest.java 39 ).getSystemService(Context.LOCATION_SERVICE);
  /frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsDiffKey/src/com/android/framework/externalsharedpermsdiffkeytestapp/
ExternalSharedPermsDiffKeyTest.java 37 ).getSystemService(Context.LOCATION_SERVICE);
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
MediaAudioManagerTest.java 43 mAudioManager = (AudioManager) getActivity().getSystemService(Context.AUDIO_SERVICE);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
TrackingView.java 35 mDisplay = ((WindowManager)context.getSystemService(
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
TestAlertActivity.java 27 NotificationManager nm = (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
  /packages/apps/Mms/src/com/android/mms/ui/
MessageListView.java 45 (ClipboardManager)getContext().getSystemService(Context.CLIPBOARD_SERVICE);
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiConfigInfo.java 47 mWifiManager = (WifiManager) getSystemService(WIFI_SERVICE);

Completed in 262 milliseconds

1 2 3 4 5 6 7 8 91011>>