Home
last modified time | relevance | path

Searched defs:features (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/accounts/
DAbstractAccountAuthenticator.java119 String authTokenType, String[] features, Bundle options) in addAccount()
252 Account account, String[] features) throws RemoteException { in hasFeatures()
450 Account account, String[] features) throws NetworkErrorException; in hasFeatures()
DIAccountManager.aidl34 void hasFeatures(in IAccountManagerResponse response, in Account account, in String[] features); in hasFeatures()
35 …tAccountsByFeatures(in IAccountManagerResponse response, String accountType, in String[] features); in getAccountsByFeatures()
DIAccountAuthenticator.aidl67 in String[] features); in hasFeatures()
DAccountManager.java431 final String[] features, in hasFeatures()
DAccountManagerService.java457 Account account, String[] features) { in hasFeatures()
482 Account account, String[] features) { in TestFeaturesSession()
1262 String type, String[] features) { in GetAccountsByTypeAndFeatureSession()
1366 String type, String[] features) { in getAccountsByFeatures()
/frameworks/base/core/java/android/ddm/
DDdmHandleHello.java150 final String[] features = Debug.getVmFeatureList(); in handleFEAT() local
/frameworks/base/policy/src/com/android/internal/policy/impl/
DPhoneWindow.java212 final int features = getFeatures(); in requestFeature() local
1279 final int features = getLocalFeatures(); in updateProgressBars() local
1321 final int features = getLocalFeatures(); in showProgressBars() local
1334 final int features = getLocalFeatures(); in hideProgressBars() local
/frameworks/base/test-runner/src/android/test/
DIsolatedContext.java140 final String type, final String[] features, in getAccountsByTypeAndFeatures()
/frameworks/base/services/java/com/android/server/pm/
DPackageManagerService.java1816 FeatureInfo[] features = new FeatureInfo[size+1]; in getSystemAvailableFeatures() local