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

  /frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
AccountsDbTest.java 253 String authenticatorType = "authType";
254 mAccountsDb.insertOrReplaceMetaAuthTypeAndUid(authenticatorType, testUid);
257 assertEquals(testUid, (int)metaAuthUid.get(authenticatorType));
260 boolean deleteResult = mAccountsDb.deleteMetaByAuthTypeAndUid(authenticatorType, testUid);
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 

Completed in 72 milliseconds