OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSystemService
(Results
926 - 950
of
1425
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/cts/apps/CtsVerifier/src/com/android/cts/verifier/admin/
DeviceAdminUninstallTestActivity.java
84
mDevicePolicyManager = (DevicePolicyManager)
getSystemService
(DEVICE_POLICY_SERVICE);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleAdvertiserService.java
118
mBluetoothManager = (BluetoothManager)
getSystemService
(Context.BLUETOOTH_SERVICE);
BleScannerService.java
93
mBluetoothManager = (BluetoothManager)
getSystemService
(Context.BLUETOOTH_SERVICE);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/flashlight/
CameraFlashlightActivity.java
184
mCameraManager = (CameraManager)
getSystemService
(Context.CAMERA_SERVICE);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DeviceOwnerRequestingBugreportTestActivity.java
70
DevicePolicyManager dpm = (DevicePolicyManager)
getSystemService
(
KeyChainTestActivity.java
261
(DevicePolicyManager)
getSystemService
(Context.DEVICE_POLICY_SERVICE);
PermissionLockdownTestActivity.java
71
(DevicePolicyManager)
getSystemService
(Context.DEVICE_POLICY_SERVICE);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/
RequesterTestActivity.java
121
mP2pMgr = (WifiP2pManager)
getSystemService
(Context.WIFI_P2P_SERVICE);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/screenpinning/
ScreenPinningTestActivity.java
65
mActivityManager = (ActivityManager)
getSystemService
(ACTIVITY_SERVICE);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DynamicSensorDiscoveryTestActivity.java
59
mSensorManager = (SensorManager)
getSystemService
(Context.SENSOR_SERVICE);
GyroscopeTestActivity.java
75
mSensorManager = (SensorManager)
getSystemService
(SENSOR_SERVICE);
RotationVectorTestActivity.java
166
mSensorManager = (SensorManager) getApplicationContext().
getSystemService
(
StepSensorPermissionTestActivity.java
68
.
getSystemService
(Context.SENSOR_SERVICE);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
SensorCtsTestActivity.java
70
PowerManager powerManager = (PowerManager)
getSystemService
(Context.POWER_SERVICE);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/wifiaware/
TestListActivity.java
49
mWifiAwareManager = (WifiAwareManager)
getSystemService
(Context.WIFI_AWARE_SERVICE);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/wifiaware/testcase/
DiscoveryWithRangingTestCase.java
84
mWifiRttManager = (WifiRttManager) mContext.
getSystemService
(
/cts/common/device-side/util/src/com/android/compatibility/common/util/
CtsKeyEventUtil.java
193
InputMethodManager imm = targetView.getContext().
getSystemService
(InputMethodManager.class);
WifiConfigCreator.java
65
mWifiManager = (WifiManager) context.
getSystemService
(Context.WIFI_SERVICE);
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
CtsKeyEventUtil.java
193
InputMethodManager imm = targetView.getContext().
getSystemService
(InputMethodManager.class);
WifiConfigCreator.java
65
mWifiManager = (WifiManager) context.
getSystemService
(Context.WIFI_SERVICE);
/cts/hostsidetests/devicepolicy/app/CorpOwnedManagedProfile/src/com/android/cts/comp/
BindDeviceAdminServiceGoodSetupTest.java
68
mContext.
getSystemService
(Context.DEVICE_POLICY_SERVICE);
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
HardwarePropertiesManagerTest.java
119
HardwarePropertiesManager hm = (HardwarePropertiesManager) getContext().
getSystemService
(
WifiConfigLockdownTest.java
55
mWifiManager = (WifiManager) mContext.
getSystemService
(Context.WIFI_SERVICE);
/cts/hostsidetests/devicepolicy/app/IntentReceiver/src/com/android/cts/intent/receiver/
IntentReceiverActivity.java
88
(ClipboardManager)
getSystemService
(CLIPBOARD_SERVICE);
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DisallowSharingIntoProfileTest.java
88
mDevicePolicyManager = mContext.
getSystemService
(DevicePolicyManager.class);
Completed in 825 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>