Home
last modified time | relevance | path

Searched defs:extras (Results 1 – 25 of 128) sorted by relevance

123456

/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DMainInteractionSession.java81 void assertPromptFromTestApp(CharSequence prompt, Bundle extras) { in assertPromptFromTestApp()
109 Bundle extras = request.getExtras(); in onRequestConfirmation() local
129 Bundle extras = request.getExtras(); in onRequestCompleteVoice() local
149 Bundle extras = request.getExtras(); in onRequestAbortVoice() local
168 Bundle extras = request.getExtras(); in onRequestCommand() local
196 Bundle extras) { in assertPickOptionsFromTestApp()
208 Bundle extras = request.getExtras(); in onRequestPickOption() local
216 assertPickOptionsFromTestApp(request.getOptions(), extras); in onRequestPickOption() local
232 public static final boolean isTestTypeCancel(Bundle extras) { in isTestTypeCancel()
253 Bundle extras; field in MainInteractionSession.AsyncTaskArg
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DTestJournalProvider.java89 public Bundle call(String method, String arg, Bundle extras) { in call()
106 extras.getString(EXTRA_KEY_OWNER), extras); in call() local
112 private static void ensureExtras(String method, Bundle extras) { in ensureExtras()
146 final Bundle extras = new Bundle(); in putExtras() local
196 private void callWithExtras(String method, Bundle extras) { in callWithExtras()
206 final Bundle extras = new Bundle(); in addCallback() local
212 final Bundle extras = new Bundle(); in setLastConfigInfo() local
217 public void putExtras(Bundle extras) { in putExtras()
247 public final Bundle extras = new Bundle(); field in TestJournalProvider.TestJournal
300 synchronized void putExtras(String owner, Bundle extras) { in putExtras()
/cts/tests/tests/media/src/android/media/cts/
DMediaControllerTest.java84 final Bundle extras = new Bundle(); in testGetPlaybackState() local
135 final Bundle extras = new Bundle(); in testSendCommand() local
276 final Bundle extras = new Bundle(); in testTransportControlsAndMediaSessionCallback() local
582 public void onPlayFromMediaId(String mediaId, Bundle extras) { in onPlayFromMediaId()
593 public void onPlayFromSearch(String query, Bundle extras) { in onPlayFromSearch()
604 public void onPlayFromUri(Uri uri, Bundle extras) { in onPlayFromUri()
615 public void onCustomAction(String action, Bundle extras) { in onCustomAction()
636 public void onCommand(String command, Bundle extras, ResultReceiver cb) { in onCommand()
657 public void onPrepareFromMediaId(String mediaId, Bundle extras) { in onPrepareFromMediaId()
668 public void onPrepareFromSearch(String query, Bundle extras) { in onPrepareFromSearch()
[all …]
DPlaybackStateTest.java80 Bundle extras = new Bundle(); in testBuilder_setterMethods() local
140 Bundle extras = new Bundle(); in testBuilder_addCustomActionWithCustomActionObject() local
168 Bundle extras = new Bundle(); in testWriteToParcel() local
227 Bundle extras = new Bundle(); in testCustomAction() local
DResourceManagerTestActivity1.java34 Bundle extras = getIntent().getExtras(); in onCreate() local
DMediaPlayerSurfaceTest.java38 Bundle extras = new Bundle(); in testSetSurface() local
/cts/tests/tests/telecom/src/android/telecom/cts/
DCallDetailsTest.java552 Bundle extras = mCall.getDetails().getExtras(); in testConnectionPutExtras() local
608 Bundle extras = mCall.getDetails().getExtras(); in verifyRemoveConnectionExtras() local
629 Bundle extras = mConnection.getExtras(); in testCallPutExtras() local
648 Bundle extras; in testCallRemoveExtras() local
679 Bundle extras; in testCallRemoveExtras2() local
701 Bundle extras = mConnection.getExtras(); in setupCallExtras() local
729 Bundle extras = (Bundle) (mOnConnectionEventCounter.getArgs(0)[2]); in testConnectionEvent() local
808 Bundle extras = (Bundle) (counter.getArgs(0)[1]); in testCallEvent() local
966 Bundle extras = (Bundle) (mOnConnectionEventCounter.getArgs(0)[2]); in testMergeFail() local
DConferenceTest.java204 Bundle extras = new Bundle(); in testConferenceSetters() local
282 Bundle extras = new Bundle(); in testConferencePutExtras() local
312 Bundle extras = mConferenceObject.getExtras(); in testConferenceRemoveExtras() local
335 Bundle extras = mConferenceObject.getExtras(); in testConferenceRemoveExtras2() local
342 Bundle extras = new Bundle(); in setupExtras() local
362 Bundle extras = new Bundle(); in testConferenceOnExtraschanged() local
426 Bundle extras = (Bundle) (mOnConnectionEventCounter.getArgs(0)[2]); in testConferenceEvent() local
DOutgoingCallTest.java82 final Bundle extras = new Bundle(); in testStartCallWithSpeakerphoneTrue_SpeakerphoneOnInCall() local
94 final Bundle extras = new Bundle(); in testStartCallWithSpeakerphoneFalse_SpeakerphoneOffInCall() local
153 final Bundle extras = new Bundle(); in testPhoneStateChangeAsExpected() local
DConnectionTest.java233 final Bundle extras = new Bundle(); in testSetAndGetExtras() local
260 final Bundle extras = new Bundle(); in testPutExtras() local
287 final Bundle extras = new Bundle(); in testRemoveExtras() local
315 final Bundle extras = new Bundle(); in testRemoveExtrasVariable() local
DThirdPartyCallScreeningServiceTest.java320 Bundle extras = new Bundle(); in testNoPostCallActivityWhenAudioProcessing() local
342 Bundle extras = new Bundle(); in testNoPostCallActivityForOutgoingEmergencyCall() local
360 Bundle extras = new Bundle(); in testNoPostCallActivityForIncomingEmergencyCall() local
381 Bundle extras = new Bundle(); in placeOutgoingCall() local
409 Bundle extras = new Bundle(); in addIncoming() local
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DVirtualDisplayActivity.java67 final Bundle extras; field in VirtualDisplayActivity.VirtualDisplayRequest
69 VirtualDisplayRequest(SurfaceView surfaceView, Bundle extras) { in VirtualDisplayRequest()
106 final Bundle extras = intent.getExtras(); in onNewIntent() local
131 private void createVirtualDisplay(Bundle extras) { in createVirtualDisplay()
254 final Bundle extras = new Bundle(); in launchActivity() local
DTranslucentAssistantActivity.java34 static void launchActivityIntoAssistantStack(Activity caller, Bundle extras) { in launchActivityIntoAssistantStack()
DLaunchBroadcastReceiver.java39 final Bundle extras = intent.getExtras(); in onReceive() local
/cts/hostsidetests/statsd/apps/statsdapp/src/com/android/server/cts/device/statsd/
DStatsdSyncAdapter.java53 public void onPerformSync(Account account, Bundle extras, String authority, in onPerformSync()
74 final Bundle extras = new Bundle(); in requestSync() local
/cts/tests/tests/syncmanager/apps/app1/src/android/content/syncmanager/cts/app/
DSyncManagerCtsSyncAdapter.java57 SyncResult onPerformSync(Account account, Bundle extras, String authority, in onPerformSync()
64 public void onPerformSync(Account account, Bundle extras, String authority, in onPerformSync()
/cts/hostsidetests/shortcuts/deviceside/backup/launcher4old/src/android/content/pm/cts/shortcut/backup/launcher4/
DMainActivity.java32 final PersistableBundle extras = request.getShortcutInfo().getExtras(); in onCreate() local
/cts/hostsidetests/incident/apps/batterystatsapp/src/com/android/server/cts/device/batterystats/
DBatteryStatsSyncAdapter.java54 public void onPerformSync(Account account, Bundle extras, String authority, in onPerformSync()
104 final Bundle extras = new Bundle(); in requestSync() local
/cts/apps/ForceStopHelperApp/src/com/android/cts/forcestophelper/
DRecentTaskActivity.java35 final Bundle extras = getIntent().getExtras(); in onCreate() local
/cts/tests/tests/nfc/src/android/nfc/cts/
DCtsMyHostApduService.java8 public byte[] processCommandApdu(byte[] apdu, Bundle extras) { in processCommandApdu()
/cts/tests/tests/appwidget/src/android/appwidget/cts/
DRequestPinAppWidgetTest.java69 Bundle extras = new Bundle(); in runPinWidgetTest() local
75 getFirstWidgetComponent(), extras, pinResult); in runPinWidgetTest() local
/cts/tests/framework/base/windowmanager/app_base/src/android/server/wm/app/
DLaunchingActivity.java45 private void launchActivityFromExtras(Bundle extras) { in launchActivityFromExtras()
/cts/hostsidetests/backup/SyncAdapterSettingsApp/src/android/cts/backup/syncadaptersettingsapp/
DSyncAdapterSettingsAdapter.java35 public void onPerformSync(Account account, Bundle extras, String authority, in onPerformSync()
/cts/tests/tests/net/src/android/net/cts/
DConnectivityDiagnosticsManagerTest.java325 final PersistableBundle extras = new PersistableBundle(); in testOnDataStallSuspected_DnsEvents() local
333 final PersistableBundle extras = new PersistableBundle(); in testOnDataStallSuspected_TcpMetrics() local
350 int detectionMethod, long timestampMillis, @NonNull PersistableBundle extras) in verifyOnDataStallSuspected()
360 @NonNull PersistableBundle extras) in verifyOnDataStallSuspected()
481 final PersistableBundle extras = result.getAdditionalInfo(); in expectOnConnectivityReportAvailable() local
501 @NonNull PersistableBundle extras) { in expectOnDataStallSuspected()
/cts/tests/tests/provider/src/android/provider/cts/contacts/
DContactsContract_ContactCountsTest.java64 final Bundle extras = cursor.getExtras(); in testContactCounts_noExtraNoExtrasReturned() local
79 final Bundle extras = cursor.getExtras(); in testContactCounts_correctCountsReturned() local

123456