/development/apps/Development/src/com/android/development/ |
D | AccountsTester.java | 330 String[] features = TextUtils.split(authTokenType, ","); in onCreateDialog() 331 mAccountManager.hasFeatures(account, features, in onCreateDialog() 362 String features = value.getText().toString(); in onCreateDialog() 368 TextUtils.isEmpty(features) ? null : features.split(" "), in onCreateDialog() 391 AccountManagerCallback<Bundle> newAccountsCallback(String type, String[] features) { in newAccountsCallback() argument 392 return new GetAccountsCallback(type, features); in newAccountsCallback() 399 public GetAccountsCallback(String type, String[] features) { in GetAccountsCallback() argument 400 mFeatures = features; in GetAccountsCallback() 426 String[] features) { in newAuthTokensCallback() argument 427 return new GetAuthTokenCallback(type, authTokenType, features); in newAuthTokensCallback() [all …]
|
/development/samples/DeviceAdminWhitelistedAccount/src/com/example/android/app/admin/whitelistedaccount/ |
D | MyAuthenticator.java | 108 String[] features) throws NetworkErrorException { in hasFeatures() argument 112 if ((features != null) && (features.length == 1) in hasFeatures() 113 && ACCOUNT_FEATURE_DEVICE_OR_PROFILE_OWNER_ALLOWED.equals(features[0])) { in hasFeatures()
|
/development/scripts/ |
D | cargo2android.py | 251 self.features = list() # follows --cfg, name in 'feature="..."' 276 self.features == other.features and 403 self.features.append(unquote(args[i].replace('\'feature=', '')[:-1])) 489 self.features = sorted(set(self.features)) 510 if not self.features: 512 return pkg + ' "' + ','.join(self.features) + '"' 571 dump_list('// cfg = \'feature "%s"\'', self.features) 695 self.dump_android_property_list('features', '"%s"', self.features) 1204 features = '' 1206 if self.args.features is not None: [all …]
|
/development/samples/browseable/LNotifications/ |
D | _index.jd | 8 This sample demonstrates how new features for notifications introduced in Android L
|
/development/samples/browseable/RuntimePermissionsBasic/ |
D | _index.jd | 9 …rmissions" sample provides a more complete overview over the runtime permission features available.
|
/development/samples/browseable/ImmersiveMode/ |
D | _index.jd | 8 One of the features introduced in KitKat is "immersive mode". Immersive mode gives the
|
/development/samples/browseable/Notifications/ |
D | _index.jd | 9 demonstrates various features of the Android Wear notifications API. Running the sample on your
|
/development/samples/browseable/DeviceOwner/ |
D | _index.jd | 8 This app demonstrates how to use device owner features. Use the NfcProvisioning sample to set up
|
/development/samples/USB/AdbTest/ |
D | README.txt | 7 This program serves as an example of the following USB host features:
|
/development/samples/USB/MissileLauncher/ |
D | README.txt | 6 This program serves as an example of the following USB host features:
|
/development/apps/PushApiAuthenticator/src/com/example/android/pushapiauthenticator/ |
D | MyAccountAuthenticator.java | 61 String[] features) { in hasFeatures() argument
|
/development/python-packages/adb/ |
D | device.py | 283 def features(self): member in AndroidDevice 292 return version(self.adb_cmd) >= 35 and 'shell_v2' in self.features
|
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/ |
D | Authenticator.java | 136 AccountAuthenticatorResponse response, Account account, String[] features) { in hasFeatures() argument
|
/development/tools/mkstubs/ |
D | README.txt | 87 - There is no attempt to match features or behavior with DroidDoc.
|
/development/cmds/monkey/ |
D | README.NETWORK.txt | 121 There are some convenience features added to allow running without
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | DeviceAdminSample.java | 493 String features = prefs.getString(mTrustAgentFeatures.getKey(), null); in reloadSummaries() local 494 mTrustAgentFeatures.setSummary(features); in reloadSummaries()
|
/development/build/ |
D | sdk.atree | 225 …G/framework-doc-stubs-metadata_intermediates/features.txt platforms/${PLATFORM_NAME}/dat…
|
/development/samples/SearchableDictionary/res/raw/ |
D | definitions.txt | 57 analyze - v. break down into components or essential features 384 …ebrate in the later stages of development showing the main recognizable features of the mature ani…
|
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
D | commit.csv | 678 …9c4c30a86,platform/cts,fake_XS0O1HOETRCiH40ZBPoyOQ@fakeemail.com,Tests for new StrictMode features. 784 …e8598133b7,platform/cts,fake_viF2qIwzTDilfBzCgt-kNg@fakeemail.com,Check features before running au… 833 …e in picture support and multiwindow support before running activities that require these features. 1446 …405f,platform/cts,fake_viF2qIwzTDilfBzCgt-kNg@fakeemail.com,Device wide features are available if … 1671 …oLepPdAlA9Q@fakeemail.com,Disabling PachageInstaller tests when device does not have admin features 1944 …3Mxbd1A@fakeemail.com,Tests for issue #34842682: Add ability to limit permissions based on features 2530 …,fake_6tlaFbBbQquyPL2t8X9eRQ@fakeemail.com,OpenGlEsVersionTest: require features to exactly match … 5388 …ake_GXODyrWJQQ29rUizEM8-6A@fakeemail.com,[indic] Disable automatic ZWNJ handling for Indic features 6615 …stem/core,fake_hrLg6uvZRAmxPEvIe67S0A@fakeemail.com,"adb: add `adb host-features`, report libusb s… 8568 …KxDpKxOZ5w@fakeemail.com,Update wifi test util with better styles and to utilize new ACTS features. [all …]
|
/development/sdk/ |
D | sdk_files_NOTICE.txt | 8052 * 3. All advertising materials mentioning features or use of this 8123 * 3. All advertising materials mentioning features or use of this software 8878 ; It also has various other useful features to simplify writing the kind of 10524 * 3. All advertising materials mentioning features or use of this software 11642 * 3. All advertising materials mentioning features or use of this 11713 * 3. All advertising materials mentioning features or use of this software
|