HomeSort by relevance Sort by last modified time
    Searched defs:ACCOUNT_TYPE_2 (Results 1 - 2 of 2) sorted by null

  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DpcAllowedAccountManagementTest.java 48 private final static String ACCOUNT_TYPE_2 = "com.dummy.account";
78 // Test if disabling ACCOUNT_TYPE_2 affects ACCOUNT_TYPE_1
79 mDevicePolicyManager.setAccountManagementDisabled(ADMIN_RECEIVER_COMPONENT, ACCOUNT_TYPE_2,
  /frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
AccountManagerServiceTestFixtures.java 45 public static final String ACCOUNT_TYPE_2 =
80 new Account(ACCOUNT_NAME_SUCCESS, ACCOUNT_TYPE_2);

Completed in 751 milliseconds