/frameworks/support/media-compat/tests/src/android/support/v4/media/session/ |
PlaybackStateCompatTest.java | 92 Bundle extras = new Bundle(); local 93 extras.putString(EXTRAS_KEY, EXTRAS_VALUE); 101 .setExtras(extras) 164 Bundle extras = new Bundle(); local 165 extras.putString(EXTRAS_KEY, EXTRAS_VALUE); 173 .setExtras(extras) 177 .setExtras(extras) 194 Bundle extras = new Bundle(); local 195 extras.putString(EXTRAS_KEY, EXTRAS_VALUE); 205 .setExtras(extras); 258 Bundle extras = new Bundle(); local [all...] |
MediaControllerCompatTest.java | 128 final Bundle extras = new Bundle(); local 129 extras.putString(EXTRAS_KEY, EXTRAS_VALUE); 130 mController.sendCommand(command, extras, new ResultReceiver(null)); 299 final Bundle extras = new Bundle(); local 300 extras.putString(EXTRAS_KEY, EXTRAS_VALUE); 301 controls.setRating(rating, extras); 310 controls.playFromMediaId(mediaId, extras); 318 controls.playFromSearch(query, extras); 326 controls.playFromUri(uri, extras); 334 controls.sendCustomAction(action, extras); [all...] |
/cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/ |
UtilsProvider.java | 27 public Bundle call(String method, String arg, Bundle extras) { 28 return UtilsReceiver.doAllocation(getContext(), extras);
|
/cts/tests/tests/media/src/android/media/cts/ |
MediaPlayerSurfaceTest.java | 35 Bundle extras = new Bundle(); local 37 MediaPlayerSurfaceStubActivity.class, extras);
|
/cts/tests/tests/provider/src/android/provider/cts/contacts/ |
ContactsContract_ContactCountsTest.java | 64 final Bundle extras = cursor.getExtras(); local 65 assertFalse(extras.containsKey(Contacts.EXTRA_ADDRESS_BOOK_INDEX_COUNTS)); 66 assertFalse(extras.containsKey(Contacts.EXTRA_ADDRESS_BOOK_INDEX_TITLES)); 79 final Bundle extras = cursor.getExtras(); local 80 assertTrue(extras.containsKey(Contacts.EXTRA_ADDRESS_BOOK_INDEX_COUNTS)); 81 assertTrue(extras.containsKey(Contacts.EXTRA_ADDRESS_BOOK_INDEX_TITLES)); 85 extras.getStringArray(Contacts.EXTRA_ADDRESS_BOOK_INDEX_TITLES); 89 final int counts[] = extras.getIntArray(Contacts.EXTRA_ADDRESS_BOOK_INDEX_COUNTS);
|
/cts/tests/tests/voicesettings/service/src/android/voicesettings/service/ |
MainInteractionSession.java | 119 // extras contain the info on what the activity started above did. 121 Bundle extras = intent.getExtras(); local 123 intent.toString() + BroadcastUtils.toBundleString(extras)); 126 if (extras == null) { 127 extras = new Bundle(); 129 extras.putString(BroadcastUtils.TESTCASE_TYPE, mTestType.toString()); 130 broadcastIntent.putExtras(extras); 131 Log.i(TAG, "sending_broadcast: Bundle = " + BroadcastUtils.toBundleString(extras) +
|
/frameworks/base/location/java/com/android/internal/location/ |
ILocationProvider.aidl | 41 int getStatus(out Bundle extras); 43 boolean sendExtraCommand(String command, inout Bundle extras);
|
/frameworks/base/media/java/android/media/session/ |
ISessionControllerCallback.aidl | 29 void onEvent(String event, in Bundle extras); 37 void onExtrasChanged(in Bundle extras);
|
/frameworks/base/services/core/java/com/android/server/location/ |
LocationProviderInterface.java | 45 public int getStatus(Bundle extras); 47 public boolean sendExtraCommand(String command, Bundle extras);
|
/frameworks/base/services/tests/servicestests/assets/shortcut/ |
shortcut_legacy_file.xml | 20 <intent-extras> 22 </intent-extras>
|
/frameworks/support/customtabs/src/android/support/customtabs/ |
ICustomTabsService.aidl | 34 in Bundle extras, in List<Bundle> otherLikelyBundles) = 3; 38 int postMessage(in ICustomTabsCallback callback, String message, in Bundle extras) = 7;
|
/frameworks/support/media-compat/api22/android/support/v4/media/session/ |
PlaybackStateCompatApi22.java | 34 long activeItemId, Bundle extras) { 44 stateObj.setExtras(extras);
|
/frameworks/support/media-compat/api23/android/support/v4/media/session/ |
MediaControllerCompatApi23.java | 28 public static void playFromUri(Object controlsObj, Uri uri, Bundle extras) { 29 ((MediaController.TransportControls) controlsObj).playFromUri(uri, extras);
|
/frameworks/support/media-compat/java/android/support/v4/media/session/ |
IMediaControllerCallback.aidl | 30 void onEvent(String event, in Bundle extras); 38 void onExtrasChanged(in Bundle extras);
|
/frameworks/support/v7/mediarouter/src/android/support/v7/media/ |
MediaSessionStatus.java | 49 static final String KEY_EXTRAS = "extras"; 119 * Gets a bundle of extras for this status object. 120 * The extras will be ignored by the media router but they may be used 136 result.append(", extras=").append(getExtras()); 228 * Sets a bundle of extras for this status object. 229 * The extras will be ignored by the media router but they may be used 232 public Builder setExtras(Bundle extras) { 233 mBundle.putBundle(KEY_EXTRAS, extras);
|
RemotePlaybackClient.java | 275 * @param extras A bundle of extra arguments to be added to the 286 long positionMillis, Bundle extras, ItemActionCallback callback) { 288 extras, callback, MediaControlIntent.ACTION_PLAY); 309 * @param extras A bundle of extra arguments to be added to the 321 long positionMillis, Bundle extras, ItemActionCallback callback) { 323 extras, callback, MediaControlIntent.ACTION_ENQUEUE); 327 long positionMillis, Bundle extras, 347 performItemAction(intent, mSessionId, null, extras, callback); 365 * @param extras A bundle of extra arguments to be added to the 375 public void seek(String itemId, long positionMillis, Bundle extras, [all...] |
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
SuggestionExtras.java | 28 * Return the names of custom columns present in these extras. 38 * Flatten these extras as a JSON object.
|
/prebuilts/abi-dumps/vndk/current/arm64/source-based/ |
libpagemap.so.lsdump.gz | |
/prebuilts/abi-dumps/vndk/current/x86_64/source-based/ |
libpagemap.so.lsdump.gz | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/extras/tycho-extras/0.18.1/ |
tycho-extras-0.18.1.pom | 17 <groupId>org.eclipse.tycho.extras</groupId> 18 <artifactId>tycho-extras</artifactId> 44 <connection>scm:git:http://git.eclipse.org/gitroot/tycho/org.eclipse.tycho.extras.git</connection> 45 <developerConnection>scm:git:ssh://git.eclipse.org/gitroot/tycho/org.eclipse.tycho.extras.git</developerConnection> 46 <url>http://git.eclipse.org/c/tycho/org.eclipse.tycho.extras.git</url> 66 <name>Tycho Extras (Incubation)</name> 77 <!-- tycho-extras and tycho are normally developed and released in parallel using the same version --> 86 <module>tycho-p2-extras-plugin</module> 135 <groupId>org.eclipse.tycho.extras</groupId> 136 <artifactId>tycho-p2-extras-plugin</artifactId [all...] |
/frameworks/base/packages/Shell/tests/src/com/android/shell/ |
BugreportReceiverTest.java | 108 * <li>asserts the extras received by the custom activity 255 Bundle extras = local 257 assertActionSendMultiple(extras, BUGREPORT_CONTENT, SCREENSHOT_CONTENT, ID, PID, ZIP_FILE, 292 Bundle extras = acceptBugreportAndGetSharedIntent(ID); local 293 assertActionSendMultiple(extras, BUGREPORT_CONTENT, SCREENSHOT_CONTENT, ID, PID, ZIP_FILE, 312 Bundle extras = acceptBugreportAndGetSharedIntent(ID); local 313 assertActionSendMultiple(extras, BUGREPORT_CONTENT, NO_SCREENSHOT, ID, PID, ZIP_FILE, 357 Bundle extras = sendBugreportFinishedAndGetSharedIntent(ID, mPlainTextPath, local 359 assertActionSendMultiple(extras, BUGREPORT_CONTENT, SCREENSHOT_CONTENT, ID, PID, TITLE, 412 Bundle extras = sendBugreportFinishedAndGetSharedIntent(ID local 442 Bundle extras = sendBugreportFinishedAndGetSharedIntent(ID, mZipPath, mScreenshotPath); local 468 Bundle extras = acceptBugreportAndGetSharedIntent(TITLE); local 535 Bundle extras = acceptBugreportAndGetSharedIntent(ID); local 597 Bundle extras = mListener.getExtras(); local 609 Bundle extras = acceptBugreportAndGetSharedIntent(NO_ID); local 615 Bundle extras = sendBugreportFinishedAndGetSharedIntent(mPlainTextPath, mScreenshotPath); local 621 Bundle extras = sendBugreportFinishedAndGetSharedIntent(mZipPath, mScreenshotPath); local 627 Bundle extras = sendBugreportFinishedAndGetSharedIntent(mPlainTextPath, NO_SCREENSHOT); local 633 Bundle extras = sendBugreportFinishedAndGetSharedIntent(mZipPath, NO_SCREENSHOT); local [all...] |
/build/make/core/ |
checktree | 93 extras = [] 103 extras.append(file) 106 extras = filter(filter_excludes, extras) 108 for s in extras:
|
/packages/apps/Dialer/java/com/android/incallui/latencyreport/ |
LatencyReport.java | 71 Bundle extras = telecomCall.getDetails().getIntentExtras(); local 72 if (extras == null) { 77 mCreatedTimeMillis = extras.getLong(EXTRA_CALL_CREATED_TIME_MILLIS, INVALID_TIME); 79 extras.getLong(EXTRA_CALL_TELECOM_ROUTING_START_TIME_MILLIS, INVALID_TIME); 81 extras.getLong(EXTRA_CALL_TELECOM_ROUTING_END_TIME_MILLIS, INVALID_TIME);
|
/frameworks/support/content/src/android/support/content/ |
ContentPager.java | 127 * in cursor extras. When EXTRA_SUGGESTED_LIMIT is present in extras, the client should 172 * Cursor wrapped to supply data in extras only. 423 Bundle extras = result.getExtras(); local 427 extras.putInt(EXTRA_REQUESTED_LIMIT, query.getLimit()); 428 extras.putInt(EXTRA_SUGGESTED_LIMIT, (int) (windowSize * .85)); 432 mStats.includeStats(extras); 458 * @return true if the cursor extras contains all of the signs of being paged. 465 Bundle extras = cursor.getExtras(); local 466 extras = extras != null ? extras : Bundle.EMPTY [all...] |
/frameworks/base/core/java/android/service/chooser/ |
ChooserTarget.java | 65 * A Bundle to merge with the extras of the intent sent to this target. 66 * Any extras here will override the extras from the original intent. 90 * Bundle of extras that will be merged into the final intent before it is sent to the 95 * the extras bundle, as the system will not be able to unparcel them to merge them.</p> 101 * @param intentExtras Bundle of extras to merge with the extras of the launched intent 169 * Returns the Bundle of extras to be added to an intent launched to this target. 171 * @return the extras to merge with the extras of the intent being launche [all...] |