Home
last modified time | relevance | path

Searched refs:extra (Results 1 – 25 of 28) sorted by relevance

12

/development/tools/otagui/src/store/
Dindex.js19 const extra =
20 config.extra.split('--')
23 extra.forEach( (key) => {
27 state.extra += key
/development/apps/BluetoothDebug/src/com/android/bluetoothdebug/
DDebugReceiver.java51 for (String extra : bundle.keySet()) { in onReceive()
52 Log.d(TAG, "\t" + shorten(extra) + " = " + bundle.get(extra)); in onReceive()
/development/samples/ApiDemos/src/com/example/android/apis/app/
DVoiceRecognition.java183 final Bundle extra = getResultExtras(false); in onReceive() local
194 if (extra == null) { in onReceive()
203 if (extra.containsKey(RecognizerIntent.EXTRA_SUPPORTED_LANGUAGES)) { in onReceive()
208 updateSupportedLanguages(extra.getStringArrayList( in onReceive()
214 if (extra.containsKey(RecognizerIntent.EXTRA_LANGUAGE_PREFERENCE)) { in onReceive()
220 extra.getString(RecognizerIntent.EXTRA_LANGUAGE_PREFERENCE)); in onReceive()
DLauncherShortcuts.java84 String extra = intent.getStringExtra(EXTRA_KEY); in onCreate() local
85 if (extra != null) { in onCreate()
86 info = info + " " + extra; in onCreate()
/development/python-packages/fastboot/
DREADME.md2 For fastboot bootloader tests, see platform/system/extra/tests/bootloader
/development/vndk/tools/header-checker/utils/
Dutils.py50 extra = '_2ND' if is_2nd else ''
52 'TARGET{}_ARCH'.format(extra),
53 'TARGET{}_ARCH_VARIANT'.format(extra),
54 'TARGET{}_CPU_VARIANT'.format(extra)]
/development/vndk/tools/definition-tool/datasets/
DAndroid.bp25 "vndk-lib-extra-list-*.txt",
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
DPlayback.java396 public boolean onError(MediaPlayer mp, int what, int extra) { in onError() argument
397 LogHelper.e(TAG, "Media player error: what=" + what + ", extra=" + extra); in onError()
399 mCallback.onError("MediaPlayer error " + what + " (" + extra + ")"); in onError()
/development/tools/otagui/src/services/
DJobSubmission.js28 this.extra = ''
/development/tools/otagui/
Dota_interface.py24 extra: str = '' variable in JobInfo
300 extra=args['extra'],
Dtest_ota_interface.py27 extra=self.test_extra,
/development/tools/otagui/src/components/
DOTAOptions.vue47 v-model="otaConfig.extra"
/development/apps/Development/src/com/android/development/
DConnectivity.java160 String extra = (String)intent.getExtra(TEST_ALARM_EXTRA);
171 if (extra.equals(SCREEN_ON)) {
183 } else if (extra.equals(SCREEN_OFF)) {
/development/build/tools/
Dmk_sdk_repo_xml.sh179 extra revision
/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
DLocalPlayer.java258 public boolean onError(MediaPlayer mp, int what, int extra) { in onError() argument
/development/vndk/tools/header-checker/
DREADME.md315 To ignore weak symbols for a specific library, you can add extra flags to its
/development/tools/cargo_embargo/testdata/either/
Dcargo.metadata1684 "extra-traits": [],
1731 "extra-traits"
/development/samples/training/basic/FragmentBasics/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/location-aware/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/AnimationsDemo/libs/
Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/InteractiveChart/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/tools/cargo_embargo/testdata/async-trait/
Dcargo.metadata6113 "extra-traits": [],
6160 "extra-traits"
8128 "extra-traits",
11126 "extra-traits",
/development/samples/training/ContactsList/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/EffectiveNavigation/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/ControllerSample/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...

12