HomeSort by relevance Sort by last modified time
    Searched refs:getSystemService (Results 726 - 750 of 1425) sorted by null

<<21222324252627282930>>

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
Utils.java 85 (NotificationManager) context.getSystemService(Context.NOTIFICATION_SERVICE);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/
NdefPushReceiverActivity.java 60 NfcManager nfcManager = (NfcManager) getSystemService(NFC_SERVICE);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/
ResponderTestActivity.java 99 mP2pMgr = (WifiP2pManager) getSystemService(Context.WIFI_P2P_SERVICE);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
P2pBroadcastReceiverTest.java 51 mP2pMgr = (WifiP2pManager) context.getSystemService(Context.WIFI_P2P_SERVICE);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/
ProjectionService.java 82 DisplayManager manager = (DisplayManager) getSystemService(DISPLAY_SERVICE);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
ScreenLockBoundKeysTest.java 70 mKeyguardManager = (KeyguardManager) getSystemService(KEYGUARD_SERVICE);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
RVCVCameraPreview.java 159 (WindowManager)mContext.getSystemService(Context.WINDOW_SERVICE);
SensorSynchronizationTestActivity.java 46 .getSystemService(Context.SENSOR_SERVICE);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/telecom/
CtsConnection.java 177 int audioSessionId = ((AudioManager) mContext.getSystemService(Context.AUDIO_SERVICE))
IncomingCallTestActivity.java 113 (TelecomManager) getSystemService(Context.TELECOM_SERVICE);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/
MicrophoneDeviceTestActivity.java 106 mInputManager = (InputManager) context.getSystemService(Context.INPUT_SERVICE);
SearchUtil.java 105 SearchManager sm = (SearchManager) context.getSystemService(Context.SEARCH_SERVICE);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/wifi/
TestUtils.java 53 mWifiManager = (WifiManager) mContext.getSystemService(Context.WIFI_SERVICE);
  /cts/apps/CtsVerifierUSBCompanion/src/com/android/cts/verifierusbcompanion/
DeviceTestCompanion.java 179 UsbManager usbManager = getContext().getSystemService(UsbManager.class);
  /cts/hostsidetests/devicepolicy/app/AccountCheck/Tester/src/com/android/cts/devicepolicy/accountcheck/tester/
TestAuthenticator.java 76 context.getSystemService(AccountManager.class).addAccountExplicitly(
  /cts/hostsidetests/devicepolicy/app/CertInstaller/src/com/android/cts/certinstaller/
CertInstallerReceiver.java 74 DevicePolicyManager dpm = (DevicePolicyManager) context.getSystemService(
CertSelectionDelegateTest.java 83 mDpm = mContext.getSystemService(DevicePolicyManager.class);
  /cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/
AppRestrictionsDelegateTest.java 76 mDpm = mContext.getSystemService(DevicePolicyManager.class);
CertInstallDelegateTest.java 120 mDpm = context.getSystemService(DevicePolicyManager.class);
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
AudioRestrictionTest.java 47 mAudioManager = (AudioManager) mContext.getSystemService(Context.AUDIO_SERVICE);
SetPolicyActivity.java 74 getSystemService(Context.DEVICE_POLICY_SERVICE);
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
VrTemperatureTest.java 85 HardwarePropertiesManager hm = (HardwarePropertiesManager) getContext().getSystemService(
  /cts/hostsidetests/devicepolicy/app/PasswordComplexity/src/com.android.cts.passwordcomplexity/
GetPasswordComplexityTest.java 40 .getContext().getSystemService(Context.DEVICE_POLICY_SERVICE);
  /cts/hostsidetests/incident/apps/boundwidgetapp/src/android/appwidget/cts/
AppWidgetTest.java 163 .getSystemService(Context.APPWIDGET_SERVICE);
  /cts/hostsidetests/incident/apps/errorsapp/src/com/android/server/cts/errors/
ErrorsTests.java 59 mDropbox = (DropBoxManager) mContext.getSystemService(Context.DROPBOX_SERVICE);

Completed in 7717 milliseconds

<<21222324252627282930>>