/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/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/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/scripts/ |
D | cargo2android.py | 243 self.features = list() # follows --cfg, name in 'feature="..."' 271 self.features == other.features and 401 self.features.append(unquote(args[i].replace('feature=', ''))) 496 self.features = sorted(set(self.features)) 549 if not self.features: 551 return pkg + ' "' + ','.join(self.features) + '"' 610 dump_list('// cfg = \'feature "%s"\'', self.features) 772 self.dump_android_property_list('features', '"%s"', self.features) 1392 features = '' 1394 if self.variant_args.features is not None: [all …]
|
/development/tools/cargo_embargo/src/ |
D | main.rs | 81 features: Vec<String>, field 245 let feature_args = if cfg.features.is_empty() { in generate_cargo_out() 248 vec!["--no-default-features".to_string(), "--features".to_string(), cfg.features.join(",")] in generate_cargo_out() 510 if !crate_.features.is_empty() { in crate_to_bp_modules() 511 m.props.set("features", crate_.features.clone()); in crate_to_bp_modules()
|
D | cargo_out.rs | 54 pub features: Vec<String>, // --cfg feature= field 281 out.features.push(feature.to_string()); in from_rustc_invocation()
|
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/ |
D | Authenticator.java | 136 AccountAuthenticatorResponse response, Account account, String[] features) { in hasFeatures() argument
|
/development/python-packages/adb/adb/ |
D | __init__.py | 234 def features(self) -> list[str]: member in AndroidDevice 243 return version(self.adb_cmd) >= 35 and 'shell_v2' in self.features
|
/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 | 107 …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/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 10523 * 3. All advertising materials mentioning features or use of this software 11641 * 3. All advertising materials mentioning features or use of this 11712 * 3. All advertising materials mentioning features or use of this software
|