Searched defs:features (Results 1 – 9 of 9) sorted by relevance
| /frameworks/base/core/java/android/accounts/ |
| D | AbstractAccountAuthenticator.java | 119 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()
|
| D | IAccountManager.aidl | 34 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()
|
| D | IAccountAuthenticator.aidl | 67 in String[] features); in hasFeatures()
|
| D | AccountManager.java | 431 final String[] features, in hasFeatures()
|
| D | AccountManagerService.java | 457 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/ |
| D | DdmHandleHello.java | 150 final String[] features = Debug.getVmFeatureList(); in handleFEAT() local
|
| /frameworks/base/policy/src/com/android/internal/policy/impl/ |
| D | PhoneWindow.java | 212 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/ |
| D | IsolatedContext.java | 140 final String type, final String[] features, in getAccountsByTypeAndFeatures()
|
| /frameworks/base/services/java/com/android/server/pm/ |
| D | PackageManagerService.java | 1816 FeatureInfo[] features = new FeatureInfo[size+1]; in getSystemAvailableFeatures() local
|