Searched refs:extra (Results 1 – 14 of 14) sorted by relevance
/development/apps/BluetoothDebug/src/com/android/bluetoothdebug/ |
D | DebugReceiver.java | 51 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/ |
D | VoiceRecognition.java | 183 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()
|
D | LauncherShortcuts.java | 84 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/ |
D | README.md | 2 For fastboot bootloader tests, see platform/system/extra/tests/bootloader
|
/development/vndk/tools/header-checker/utils/ |
D | utils.py | 43 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/ |
D | README.md | 28 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/ |
D | Android.bp | 29 "vndk-lib-extra-list-*.txt",
|
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/ |
D | Playback.java | 396 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/ |
D | TransactionEntry.vue | 46 <div class="extra-info-column"> 180 .extra-info-column {
|
/development/scripts/ |
D | native_heapdump_viewer.py | 200 + 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/ |
D | Connectivity.java | 173 String extra = (String)intent.getExtra(TEST_ALARM_EXTRA); 184 if (extra.equals(SCREEN_ON)) { 196 } else if (extra.equals(SCREEN_OFF)) {
|
/development/build/tools/ |
D | mk_sdk_repo_xml.sh | 179 extra revision
|
/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/ |
D | LocalPlayer.java | 258 public boolean onError(MediaPlayer mp, int what, int extra) { in onError() argument
|
/development/tools/winscope/ |
D | yarn.lock | 900 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…
|