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

<<11121314151617181920>>

  /packages/services/Car/car-lib/src/android/car/input/
CarInputHandlingService.java 89 private void doCallbackIfPossible(Bundle extras) {
90 if (extras == null) {
91 Log.i(TAG, "doCallbackIfPossible: extras are null");
94 IBinder callbackBinder = extras.getBinder(INPUT_CALLBACK_BINDER_KEY);
  /packages/services/Telephony/src/com/android/phone/settings/fdn/
DeleteFdnContactScreen.java 79 Bundle extras = (intent != null) ? intent.getExtras() : null; local
80 if (extras != null) {
81 mPin2 = extras.getString("pin2");
  /platform_testing/tests/jank/uibench/src/com/android/uibench/janktests/
UiBenchJankTestsHelper.java 76 public void launchActivity(String activityName, Bundle extras, String verifyText) {
82 if (extras != null) {
83 intent.putExtras(extras);
  /frameworks/base/core/java/android/content/
IContentService.aidl 58 void requestSync(in Account account, String authority, in Bundle extras);
105 void addPeriodicSync(in Account account, String providerName, in Bundle extras,
115 void removePeriodicSync(in Account account, String providerName, in Bundle extras);
  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DownloadMmsAction.java 250 final Bundle extras = new Bundle(); local
251 extras.putString(EXTRA_MESSAGE_ID, messageId);
252 extras.putString(EXTRA_CONVERSATION_ID, conversationId);
253 extras.putString(EXTRA_PARTICIPANT_ID, participantId);
254 extras.putInt(EXTRA_STATUS_IF_FAILED, statusIfFailed);
259 autoDownload, receivedTimestampRoundedToSecond / 1000L, extras);
  /cts/tests/tests/accounts/common/src/android/accounts/cts/common/
AuthenticatorContentProvider.java 62 public Bundle call(String method, String arg, Bundle extras) {
63 super.call(method, arg, extras);
  /cts/tests/tests/simpleperf/
Android.mk 3 simpleperf_src_path := system/extras/simpleperf
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
CommonIntentsFacade.java 81 @RpcParameter(name = "extras", description = "a Map of extras to add to the Intent") @RpcOptional JSONObject extras)
83 mAndroidFacade.startActivity(Intent.ACTION_VIEW, uri, type, extras, true, null, null);
  /frameworks/base/core/java/android/app/
VoiceInteractor.java 335 * @param extras Additional optional information or null.
337 public ConfirmationRequest(@Nullable Prompt prompt, @Nullable Bundle extras) {
339 mExtras = extras;
346 * @param extras Additional optional information or null.
349 public ConfirmationRequest(CharSequence prompt, Bundle extras) {
351 mExtras = extras;
467 * method takes ownership of the supplied extras Bundle.
469 public void setExtras(Bundle extras) {
470 mExtras = extras;
474 * Return any optional extras information associated with this option, or nul
    [all...]
  /frameworks/base/media/java/android/media/session/
ISession.aidl 46 void setExtras(in Bundle extras);
PlaybackState.java 298 CharSequence error, Bundle extras) {
308 mExtras = extras;
475 * Get any custom extras that were set on this playback state.
477 * @return The extras for this state or null.
665 private CustomAction(String action, CharSequence name, int icon, Bundle extras) {
669 mExtras = extras;
734 * Returns extras which provide additional application-specific information about the
790 * Set optional extras for the {@link CustomAction}. These extras are meant to be
794 * @param extras Optional extras for the {@link CustomAction}
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
MediaSessions.java 206 final Bundle extras = c.getExtras(); local
223 if (extras != null) {
224 writer.println(" Extras:");
225 for (String key : extras.keySet()) {
226 writer.println(" " + key + "=" + extras.get(key));
290 public void onExtrasChanged(Bundle extras) {
291 if (D.BUG) Log.d(TAG, cb("onExtrasChanged") + extras);
320 public void onSessionEvent(String event, Bundle extras) {
321 if (D.BUG) Log.d(TAG, cb("onSessionEvent") + "event=" + event + " extras=" + extras);
    [all...]
  /frameworks/base/test-runner/src/android/test/mock/
MockCursor.java 112 public void setExtras(Bundle extras) {
214 public Bundle respond(Bundle extras) {
  /frameworks/support/media-compat/api21/android/support/v4/media/
MediaDescriptionCompatApi21.java 94 public static void setExtras(Object builderObj, Bundle extras) {
95 ((MediaDescription.Builder)builderObj).setExtras(extras);
  /frameworks/support/media-compat/api21/android/support/v4/media/session/
PlaybackStateCompatApi21.java 96 int icon, Bundle extras) {
99 customActionObj.setExtras(extras);
  /frameworks/support/recommendation/src/android/support/app/recommendation/
RecommendationExtender.java 44 // Key for the Content info extensions bundle in the main Notification extras bundle
84 Bundle contentBundle = notif.extras == null ?
85 null : notif.extras.getBundle(EXTRA_CONTENT_INFO_EXTENDER);
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaItemStatus.java 65 static final String KEY_EXTRAS = "extras";
246 * Gets a bundle of extras for this status object.
247 * The extras will be ignored by the media router but they may be used
264 result.append(", extras=").append(getExtras());
376 * Sets a bundle of extras for this status object.
377 * The extras will be ignored by the media router but they may be used
380 public Builder setExtras(Bundle extras) {
381 mBundle.putBundle(KEY_EXTRAS, extras);
  /tools/test/connectivity/acts/tests/google/wifi/aware/stress/
DiscoveryStressTest.py 108 extras=results)
109 asserts.explicit_pass('test_discovery_stress done', extras=results)
  /packages/services/Telecomm/src/com/android/server/telecom/
ConnectionServiceWrapper.java 590 public void putExtras(String callId, Bundle extras, Session.Info sessionInfo) {
595 Bundle.setDefusable(extras, true);
598 call.putExtras(Call.SOURCE_CONNECTION_SERVICE, extras);
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_state_constants.c 502 float extras[MAX_EXTRA_CONSTS][4]; local
508 count = svga_get_extra_vs_constants(svga, (float *) extras);
512 count = svga_get_extra_fs_constants(svga, (float *) extras);
521 assert(count <= ARRAY_SIZE(extras));
526 (const float (*) [4])extras);
530 ret = emit_const(svga, shader, offset + i, extras[i]);
551 float extras[MAX_EXTRA_CONSTS][4]; local
568 extra_count = svga_get_extra_vs_constants(svga, (float *) extras);
572 extra_count = svga_get_extra_fs_constants(svga, (float *) extras);
576 extra_count = svga_get_extra_gs_constants(svga, (float *) extras);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
DynamicShortcuts.java 172 final PersistableBundle extras = shortcut.getExtras(); local
174 if (extras == null || extras.getInt(EXTRA_SHORTCUT_TYPE, SHORTCUT_TYPE_UNKNOWN) !=
180 final long contactId = extras.getLong(Contacts._ID);
275 final PersistableBundle extras = new PersistableBundle(); local
276 extras.putLong(Contacts._ID, id);
277 extras.putInt(EXTRA_SHORTCUT_TYPE, SHORTCUT_TYPE_CONTACT_URI);
283 .setExtras(extras);
294 final PersistableBundle extras = new PersistableBundle(); local
295 extras.putInt(EXTRA_SHORTCUT_TYPE, SHORTCUT_TYPE_ACTION_URI)
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
ConnectionServiceFixture.java 160 public void onExtrasChanged(Bundle extras) {
190 public void onExtrasChanged(Bundle extras) {
331 public void sendCallEvent(String callId, String event, Bundle extras,
335 public void onExtrasChanged(String callId, Bundle extras,
337 mConnectionServiceDelegateAdapter.onExtrasChanged(callId, extras, info);
399 Bundle extras; field in class:ConnectionServiceFixture.ConnectionInfo
414 Bundle extras; field in class:ConnectionServiceFixture.ConferenceInfo
609 public void sendConnectionEvent(String id, String event, Bundle extras) throws Exception {
611 a.onConnectionEvent(id, event, extras, null /*Session.Info*/);
645 c.extras);
    [all...]
  /frameworks/base/services/core/java/com/android/server/content/
SyncManager.java 124 * with JobScheduler with appropriate delay and constraints (according to backoffs and extras).
572 public void onSyncRequest(SyncStorageEngine.EndPoint info, int reason, Bundle extras) {
573 scheduleSync(info.account, info.userId, reason, info.provider, extras,
581 public void onPeriodicSyncAdded(EndPoint target, Bundle extras, long pollFrequency,
583 updateOrAddPeriodicSync(target, pollFrequency, flex, extras);
1198 final Bundle extras = new Bundle(); local
1294 public final Bundle extras; field in class:SyncManager.UpdatePeriodicSyncMessagePayload
2410 final Bundle extras = item.extras; local
2741 Bundle extras = msg.peekData(); local
    [all...]
  /frameworks/base/core/java/android/service/voice/
VoiceInteractionSession.java 155 IVoiceInteractorCallback callback, VoiceInteractor.Prompt prompt, Bundle extras) {
158 prompt, extras);
168 VoiceInteractor.PickOptionRequest.Option[] options, Bundle extras) {
171 prompt, options, extras);
180 IVoiceInteractorCallback callback, VoiceInteractor.Prompt message, Bundle extras) {
183 message, extras);
192 IVoiceInteractorCallback callback, VoiceInteractor.Prompt message, Bundle extras) {
195 message, extras);
204 IVoiceInteractorCallback callback, String command, Bundle extras) {
207 command, extras);
    [all...]
  /cts/tests/tests/content/src/android/content/cts/
ContentResolverTest.java 435 Bundle extras = mCursor.getExtras(); local
436 extras = extras != null ? extras : Bundle.EMPTY;
439 assertTrue(extras.containsKey(ContentResolver.EXTRA_TOTAL_COUNT));
440 assertEquals(100, extras.getInt(ContentResolver.EXTRA_TOTAL_COUNT));
442 String[] honoredArgs = extras.getStringArray(ContentResolver.EXTRA_HONORED_ARGS);
1194 Bundle extras = new Bundle(); local
1215 Bundle extras = new Bundle(); local
    [all...]

Completed in 1815 milliseconds

<<11121314151617181920>>