HomeSort by relevance Sort by last modified time
    Searched refs:mDevicePolicyManagerInternal (Results 1 - 4 of 4) sorted by null

  /frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
BaseLockSettingsServiceTests.java 84 DevicePolicyManagerInternal mDevicePolicyManagerInternal;
99 mDevicePolicyManagerInternal = mock(DevicePolicyManagerInternal.class);
103 LocalServices.addService(DevicePolicyManagerInternal.class, mDevicePolicyManagerInternal);
CachedSyntheticPasswordTests.java 54 when(mDevicePolicyManagerInternal
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiConfigManagerTest.java 109 @Mock private DevicePolicyManagerInternal mDevicePolicyManagerInternal;
182 when(mDevicePolicyManagerInternal.isActiveAdminWithPolicy(anyInt(), anyInt()))
186 .thenReturn(mDevicePolicyManagerInternal);
453 when(mDevicePolicyManagerInternal.isActiveAdminWithPolicy(anyInt(),
588 when(mDevicePolicyManagerInternal.isActiveAdminWithPolicy(anyInt(),
    [all...]
  /frameworks/base/services/appwidget/java/com/android/server/appwidget/
AppWidgetServiceImpl.java 232 private DevicePolicyManagerInternal mDevicePolicyManagerInternal;
259 mDevicePolicyManagerInternal = LocalServices.getService(DevicePolicyManagerInternal.class);
324 if (mDevicePolicyManagerInternal != null) {
325 mDevicePolicyManagerInternal.addOnCrossProfileWidgetProvidersChangeListener(this);
630 onClickIntent = mDevicePolicyManagerInternal.createShowAdminSupportIntent(
    [all...]

Completed in 95 milliseconds