Home
last modified time | relevance | path

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

/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.py43 extra = '_2ND' if is_2nd else ''
45 'TARGET{}_ARCH'.format(extra),
46 'TARGET{}_ARCH_VARIANT'.format(extra),
47 'TARGET{}_CPU_VARIANT'.format(extra)]
/development/vndk/tools/definition-tool/
DREADME.md28 extra-vendor-libs: libexample3.so
86 a dependency file and load the dependency file with `--load-extra-deps`. The
100 --load-extra-deps dlopen.dep
/development/vndk/tools/definition-tool/datasets/
DAndroid.bp29 "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/winscope/src/
DTransactionEntry.vue46 <div class="extra-info-column">
180 .extra-info-column {
/development/scripts/
Dnative_heapdump_viewer.py200 + len(file_info.extra)
385 def DisplayHtml(verbose, resolved_addrs, total, node, extra, label_count): argument
394 …label = "%d %6.2f%% %6d %s%s %s %s" % (node.size, total_percent, node.number, extra, lib, fd.funct…
/development/apps/Development/src/com/android/development/
DConnectivity.java173 String extra = (String)intent.getExtra(TEST_ALARM_EXTRA);
184 if (extra.equals(SCREEN_ON)) {
196 } 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/tools/winscope/
Dyarn.lock900 fs-extra "^8.1.0"
3533 fs-extra@^8.1.0:
3535 …resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46…