HomeSort by relevance Sort by last modified time
    Searched refs:extras (Results 251 - 275 of 1033) sorted by null

<<11121314151617181920>>

  /prebuilts/sdk/current/support/media-compat/libs/
android-support-media-compat.jar 
  /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...]
  /frameworks/support/media-compat/java/android/support/v4/media/
MediaBrowserCompat.java 243 * Gets any extras for the media service.
391 * @param extras The bundle of service-specific arguments to send to the media browser service.
396 public void search(@NonNull final String query, final Bundle extras,
404 mImpl.search(query, extras, callback);
413 * @param extras The bundle of service-specific arguments to send to the media browser service.
418 public void sendCustomAction(@NonNull String action, Bundle extras,
423 mImpl.sendCustomAction(action, extras, callback);
1851 Bundle extras = MediaBrowserCompatApi21.getExtras(mBrowserObj); local
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/telecom/
IncomingCallTestActivity.java 109 Bundle extras = new Bundle();
110 extras.putParcelable(TelecomManager.EXTRA_INCOMING_CALL_ADDRESS, TEST_DIAL_NUMBER);
111 extras.putBoolean(CtsConnection.EXTRA_PLAY_CS_AUDIO, true);
118 telecomManager.addNewIncomingCall(PhoneAccountUtils.TEST_PHONE_ACCOUNT_HANDLE, extras);
  /cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
ShortcutManagerRequestPinTest.java 72 final PersistableBundle extras = new PersistableBundle();
73 extras.putString(Constants.EXTRA_REPLY_ACTION, replyAction);
74 extras.putString(Constants.LABEL, "label1");
79 .setExtras(extras)
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
PeriodicSyncTest.java 27 assertNotNull(sync.extras);
  /frameworks/base/core/java/android/database/
CursorWrapper.java 106 public void setExtras(Bundle extras) {
107 mCursor.setExtras(extras);
232 public Bundle respond(Bundle extras) {
233 return mCursor.respond(extras);
IBulkCursor.java 54 Bundle respond(Bundle extras) throws RemoteException;
  /frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPerms/src/com/android/framework/externalsharedpermstestapp/
ExternalSharedPermsTest.java 45 public void onStatusChanged(String provider, int status, Bundle extras) {}
  /frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsDiffKey/src/com/android/framework/externalsharedpermsdiffkeytestapp/
ExternalSharedPermsDiffKeyTest.java 43 public void onStatusChanged(String provider, int status, Bundle extras) {}
  /frameworks/base/media/java/android/media/
MediaDescription.java 42 * Extras for opaque use by apps/system.
112 CharSequence description, Bitmap icon, Uri iconUri, Bundle extras, Uri mediaUri) {
119 mExtras = extras;
188 * Returns any extras that were added to the description.
190 * @return A bundle of extras or null.
356 * Sets a bundle of extras.
358 * @param extras The extras to include with this description or null.
361 public Builder setExtras(@Nullable Bundle extras) {
362 mExtras = extras;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ForegroundServiceControllerImpl.java 98 final Bundle extras = sbn.getNotification().extras; local
99 if (extras != null) {
100 final String[] svcs = extras.getStringArray(Notification.EXTRA_FOREGROUND_APPS);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
HybridGroupManager.java 120 CharSequence contentText = notification.extras.getCharSequence(Notification.EXTRA_TEXT);
122 contentText = notification.extras.getCharSequence(Notification.EXTRA_BIG_TEXT);
128 CharSequence titleText = notification.extras.getCharSequence(Notification.EXTRA_TITLE);
130 titleText = notification.extras.getCharSequence(Notification.EXTRA_TITLE_BIG);
  /frameworks/base/services/backup/java/com/android/server/backup/restore/
RestoreInstallObserver.java 81 String msg, Bundle extras) {
  /frameworks/base/services/core/java/com/android/server/am/
AppTimeTracker.java 82 Bundle extras = new Bundle(); local
83 extras.putLong(ActivityOptions.EXTRA_USAGE_TIME_REPORT, mTotalTime);
88 extras.putBundle(ActivityOptions.EXTRA_USAGE_TIME_REPORT_PACKAGES, pkgs);
90 fillinIntent.putExtras(extras);
  /frameworks/base/telecomm/java/android/telecom/
InCallAdapter.java 273 * @param extras Extras associated with the event.
275 public void sendCallEvent(String callId, String event, Bundle extras) {
277 mAdapter.sendCallEvent(callId, event, extras);
283 * Intructs Telecom to add extras to a call.
285 * @param callId The callId to add the extras to.
286 * @param extras The extras.
288 public void putExtras(String callId, Bundle extras) {
290 mAdapter.putExtras(callId, extras);
    [all...]
ParcelableConference.java 57 Bundle extras) {
67 mExtras = extras;
152 Bundle extras = source.readBundle(classLoader);
158 connectElapsedTimeMillis, statusHints, extras);
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattDebugUtils.java 126 Bundle extras = intent.getExtras(); local
127 Object uuid = extras != null ? extras.get(extra) : null;
131 return Integer.parseInt(extras.getString(extra), 16);
  /packages/apps/Dialer/java/com/android/dialer/callintent/
CallIntentBuilder.java 114 Bundle extras = new Bundle(); local
115 extras.putLong(Constants.EXTRA_CALL_CREATED_TIME_MILLIS, SystemClock.elapsedRealtime());
116 CallIntentParser.putCallSpecificAppData(extras, callSpecificAppData);
117 intent.putExtra(TelecomManager.EXTRA_OUTGOING_CALL_EXTRAS, extras);
  /packages/apps/Dialer/java/com/android/voicemail/impl/scheduling/
MinimalIntervalPolicy.java 39 public void onCreate(BaseTask task, Bundle extras) {
TaskSchedulerJobService.java 118 Bundle extras = new Bundle(); local
120 extras.putInt(EXTRA_JOB_ID, jobId);
126 extras.putParcelableArray(
132 .setTransientExtras(extras)
  /packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
PinItemDragListener.java 122 Bundle extras = request.getExtras(); local
123 if (extras != null &&
124 extras.get(AppWidgetManager.EXTRA_APPWIDGET_PREVIEW) instanceof RemoteViews) {
125 return (RemoteViews) extras.get(AppWidgetManager.EXTRA_APPWIDGET_PREVIEW);
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
NoConfirmationSmsSendService.java 68 final Bundle extras = intent.getExtras(); local
69 if (extras == null) {
71 LogUtil.v(TAG, "Called to send SMS but no extras");
76 // Get all possible extras from intent
84 final int subId = extras.getInt(EXTRA_SUBSCRIPTION, ParticipantData.DEFAULT_SELF_SUB_ID);
96 if (extras.getBoolean("showUI", false)) {
  /packages/apps/Settings/src/com/android/settings/
AppWidgetPickActivity.java 44 * otherwise it will return the requested extras.
96 public PickAdapter.Item createItem(Context context, AppWidgetProviderInfo info, Bundle extras) {
137 item.extras = extras;
150 if (item.extras != null) {
151 // If these extras are present it's because this entry is custom.
  /packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
ShadowNfcAdapter.java 39 Bundle extras) {

Completed in 1182 milliseconds

<<11121314151617181920>>