Home
last modified time | relevance | path

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

/development/apps/PushApiAuthenticator/src/com/example/android/pushapiauthenticator/
DMyAccountAuthenticator.java38 String authTokenType, String[] requiredFeatures, Bundle options) { in addAccount() argument
/development/samples/DeviceAdminWhitelistedAccount/src/com/example/android/app/admin/whitelistedaccount/
DMyAuthenticator.java73 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount() argument
/development/apps/Development/src/com/android/development/
DAccountsTester.java218 String[] requiredFeatures = TextUtils.split(featureString, " "); in onClick() local
219 if (requiredFeatures.length == 0) { in onClick()
220 requiredFeatures = null; in onClick()
223 authTokenType, requiredFeatures, null /* options */, in onClick() local
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
DAuthenticator.java65 String authTokenType, String[] requiredFeatures, Bundle options) { in addAccount() argument