Home
last modified time | relevance | path

Searched refs:TestAppSystemServiceFactory (Results 1 – 22 of 22) sorted by relevance

/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DBaseAffiliatedProfileOwnerTest.java22 import com.android.bedstead.dpmwrapper.TestAppSystemServiceFactory;
44 mDevicePolicyManager = TestAppSystemServiceFactory.getDevicePolicyManager(mContext, in setUp()
DBaseDeviceOwnerTest.java36 import com.android.bedstead.dpmwrapper.TestAppSystemServiceFactory;
74 mDevicePolicyManager = TestAppSystemServiceFactory.getDevicePolicyManager(mContext, in setUp()
76 mWifiManager = TestAppSystemServiceFactory.getWifiManager(mContext, in setUp()
DSetPolicyActivity.java26 import com.android.bedstead.dpmwrapper.TestAppSystemServiceFactory;
55 DevicePolicyManager dpm = TestAppSystemServiceFactory.getDevicePolicyManager(this, in handleIntent()
DHardwarePropertiesManagerTest.java22 import com.android.bedstead.dpmwrapper.TestAppSystemServiceFactory;
117 HardwarePropertiesManager hm = TestAppSystemServiceFactory in testHardwarePropertiesManager()
/cts/hostsidetests/devicepolicy/app/AppRestrictionsTargetApp/src/com/android/cts/apprestrictions/targetapp/
DApplicationRestrictionsActivity.java26 import com.android.bedstead.dpmwrapper.TestAppSystemServiceFactory;
49 ? TestAppSystemServiceFactory.getUserManager(this, IpcBroadcastReceiver.class) in onCreate()
/cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/
DBaseTestCase.java27 import com.android.bedstead.dpmwrapper.TestAppSystemServiceFactory;
52 DevicePolicyManager dpm = TestAppSystemServiceFactory.getDevicePolicyManager(context, in getDpm()
/cts/hostsidetests/settings/app/DeviceOwnerApp/src/com/google/android/cts/deviceowner/
DClearDeviceOwnerTest.java31 import com.android.bedstead.dpmwrapper.TestAppSystemServiceFactory;
81 DevicePolicyManager dpm = TestAppSystemServiceFactory.getDevicePolicyManager(mContext, in removeDeviceOwner()
DDeviceOwnerTest.java44 import com.android.bedstead.dpmwrapper.TestAppSystemServiceFactory;
94 mDevicePolicyManager = TestAppSystemServiceFactory.getDevicePolicyManager(mContext, in setUp()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DSetPolicyActivity.java26 import com.android.bedstead.dpmwrapper.TestAppSystemServiceFactory;
70 DevicePolicyManager dpm = TestAppSystemServiceFactory.getDevicePolicyManager(this, in handleIntent()
DBaseDeviceAdminTest.java41 import com.android.bedstead.dpmwrapper.TestAppSystemServiceFactory;
148 mDevicePolicyManager = TestAppSystemServiceFactory.getDevicePolicyManager(mContext, in setUp()
DMeteredDataRestrictionTest.java39 import com.android.bedstead.dpmwrapper.TestAppSystemServiceFactory;
80 mWm = TestAppSystemServiceFactory.getWifiManager(mContext, BasicAdminReceiver.class); in setUp()
/cts/common/device-side/bedstead/dpmwrapper/src/main/java/com/android/bedstead/dpmwrapper/
DDeviceOwnerHelper.java20 import static com.android.bedstead.dpmwrapper.TestAppSystemServiceFactory.RESULT_EXCEPTION;
21 import static com.android.bedstead.dpmwrapper.TestAppSystemServiceFactory.RESULT_OK;
275 Log.v(TAG, "Sending " + TestAppSystemServiceFactory.resultCodeToString(code) in sendNoLog()
DGenericManagerWrapper.java24 import com.android.bedstead.dpmwrapper.TestAppSystemServiceFactory.ServiceManagerWrapper;
DUserManagerWrapper.java26 import com.android.bedstead.dpmwrapper.TestAppSystemServiceFactory.ServiceManagerWrapper;
DHardwarePropertiesManagerWrapper.java26 import com.android.bedstead.dpmwrapper.TestAppSystemServiceFactory.ServiceManagerWrapper;
DWifiManagerWrapper.java28 import com.android.bedstead.dpmwrapper.TestAppSystemServiceFactory.ServiceManagerWrapper;
DTestAppSystemServiceFactory.java62 public final class TestAppSystemServiceFactory { class
64 private static final String TAG = TestAppSystemServiceFactory.class.getSimpleName();
391 private TestAppSystemServiceFactory() { in TestAppSystemServiceFactory() method in TestAppSystemServiceFactory
DDevicePolicyManagerWrapper.java36 extends TestAppSystemServiceFactory.ServiceManagerWrapper<DevicePolicyManager> {
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DWifiLockdownTestActivity.java34 import com.android.bedstead.dpmwrapper.TestAppSystemServiceFactory;
64 WifiManager wifiManager = TestAppSystemServiceFactory.getWifiManager(this, in onCreate()
DDeviceOwnerRequestingBugreportTestActivity.java33 import com.android.bedstead.dpmwrapper.TestAppSystemServiceFactory;
88 dpm = TestAppSystemServiceFactory.getDevicePolicyManager(this, in onCreate()
DCommandReceiverActivity.java51 import com.android.bedstead.dpmwrapper.TestAppSystemServiceFactory;
202 mDpm = TestAppSystemServiceFactory.getDevicePolicyManager(this, in onCreate()
579 DevicePolicyManager dpm = TestAppSystemServiceFactory.getDevicePolicyManager(this, in isDeviceOwner()
DDeviceOwnerPositiveTestActivity.java36 import com.android.bedstead.dpmwrapper.TestAppSystemServiceFactory;
105 DevicePolicyManager dpm = TestAppSystemServiceFactory.getDevicePolicyManager(this, in onCreate()