Home
last modified time | relevance | path

Searched refs:getAccountByTypeAndFeatures (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/accounts/
DIAccountManager.aidl43 void getAccountByTypeAndFeatures(in IAccountManagerResponse response, String accountType, in getAccountByTypeAndFeatures() method
DAccountManager.java2530 private void getAccountByTypeAndFeatures(String accountType, String[] features,
2535 mService.getAccountByTypeAndFeatures(mResponse, accountType, features,
2571 getAccountByTypeAndFeatures(mAccountType, mFeatures,
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DAccountManagerServiceTest.java2393 mAms.getAccountByTypeAndFeatures( in testGetAccountByTypeAndFeaturesWithNullResponse()
2408 mAms.getAccountByTypeAndFeatures( in testGetAccountByTypeAndFeaturesWithNullAccountType()
2422 mAms.getAccountByTypeAndFeatures( in testGetAccountByTypeAndFeaturesWithNoFeaturesAndNoAccount()
2440 mAms.getAccountByTypeAndFeatures( in testGetAccountByTypeAndFeaturesWithNoFeaturesAndOneVisibleAccount()
2462 mAms.getAccountByTypeAndFeatures( in testGetAccountByTypeAndFeaturesWithNoFeaturesAndOneNotVisibleAccount()
2480 mAms.getAccountByTypeAndFeatures( in testGetAccountByTypeAndFeaturesWithNoFeaturesAndTwoAccounts()
2502 mAms.getAccountByTypeAndFeatures( in testGetAccountByTypeAndFeaturesWithFeaturesAndNoAccount()
2522 mAms.getAccountByTypeAndFeatures( in testGetAccountByTypeAndFeaturesWithFeaturesAndNoQualifiedAccount()
2543 mAms.getAccountByTypeAndFeatures( in testGetAccountByTypeAndFeaturesWithFeaturesAndOneQualifiedAccount()
2567 mAms.getAccountByTypeAndFeatures( in testGetAccountByTypeAndFeaturesWithFeaturesAndOneQualifiedNotVisibleAccount()
[all …]
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java4513 public void getAccountByTypeAndFeatures(