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

/development/apps/BluetoothDebug/src/com/android/bluetoothdebug/
H A DDebugReceiver.java51 for (String extra : bundle.keySet()) {
52 Log.d(TAG, "\t" + shorten(extra) + " = " + bundle.get(extra));
57 // android.bluetooth.device.extra.DEVICE -> a.b.device.e.DEVICE
61 .replace("extra", "e")
/development/samples/ApiDemos/src/com/example/android/apis/app/
H A DLauncherShortcuts.java84 String extra = intent.getStringExtra(EXTRA_KEY);
85 if (extra != null) {
86 info = info + " " + extra;
H A DVoiceRecognition.java183 final Bundle extra = getResultExtras(false);
194 if (extra == null) {
198 showToast("No extra");
203 if (extra.containsKey(RecognizerIntent.EXTRA_SUPPORTED_LANGUAGES)) {
208 updateSupportedLanguages(extra.getStringArrayList(
214 if (extra.containsKey(RecognizerIntent.EXTRA_LANGUAGE_PREFERENCE)) {
220 extra.getString(RecognizerIntent.EXTRA_LANGUAGE_PREFERENCE));
/development/ndk/platforms/android-3/include/linux/
H A Dspinlock.h26 #define LOCK_SECTION_START(extra) ".subsection 1\n\t" extra ".ifndef " LOCK_SECTION_NAME "\n\t" LOCK_SECTION_NAME ":\n\t" ".endif\n"
H A Dmod_devicetable.h106 __u8 extra; member in struct:serio_device_id
/development/ndk/platforms/android-3/include/linux/mtd/
H A Dcfi.h54 uint8_t extra[0]; member in struct:cfi_pri_intelext
/development/apps/Development/src/com/android/development/
H A DConnectivity.java123 String extra = (String)intent.getExtra(TEST_ALARM_EXTRA);
134 if (extra.equals(SCREEN_ON)) {
146 } else if (extra.equals(SCREEN_OFF)) {
/development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
H A DMusicService.java545 public boolean onError(MediaPlayer mp, int what, int extra) { argument
548 Log.e(TAG, "Error: what=" + String.valueOf(what) + ", extra=" + String.valueOf(extra));
/development/build/tools/
H A Dsdk_repo.mk63 # to package SDK/extra/android/support or SDK/system-images/android-N/armeabi.
71 # $4=the root of directory to package in the sdk (e.g. extra/android).
/development/ndk/platforms/android-3/include/
H A Dzlib.h112 int xflags; /* extra flags (not used when writing a gzip file) */
114 Bytef *extra; /* pointer to extra field or Z_NULL if none */ member in struct:gz_header_s
115 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */
116 uInt extra_max; /* space at extra (only when reading header) */
507 file name, no extra data, no comment, no modification time (set to zero),
675 deflate(). The text, time, os, extra field, name, and comment information
677 ignored -- the extra flags are set according to the compression level). The
679 a zero byte, and that if extra i
[all...]
/development/samples/training/basic/FragmentBasics/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/development/samples/training/location-aware/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/development/samples/training/AnimationsDemo/libs/
H A Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v13/ android/support/v13/app/ ...
/development/samples/training/bitmapfun/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/widget/ ...

Completed in 1327 milliseconds