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

  /frameworks/base/core/java/android/app/admin/
DevicePolicyManagerInternal.java 93 public abstract Intent createShowAdminSupportIntent(int userId, boolean useDefaultIfNoAdmin);
  /frameworks/base/services/tests/servicestests/src/com/android/server/am/
ActivityStartInterceptorTest.java 114 .createShowAdminSupportIntent(TEST_USER_ID, true))
  /frameworks/base/services/core/java/com/android/server/am/
ActivityStartInterceptor.java 216 mIntent = devicePolicyManager.createShowAdminSupportIntent(mUserId, true);
  /frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
AccountManagerServiceTest.java 464 when(mMockDevicePolicyManagerInternal.createShowAdminSupportIntent(
521 when(mMockDevicePolicyManagerInternal.createShowAdminSupportIntent(
535 verify(mMockDevicePolicyManagerInternal).createShowAdminSupportIntent(
    [all...]
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DevicePolicyManagerService.java     [all...]
  /frameworks/base/services/appwidget/java/com/android/server/appwidget/
AppWidgetServiceImpl.java 630 onClickIntent = mDevicePolicyManagerInternal.createShowAdminSupportIntent(
    [all...]
  /frameworks/base/services/core/java/com/android/server/accounts/
AccountManagerService.java     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 

Completed in 137 milliseconds