Home
last modified time | relevance | path

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

12345

/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DMainInteractionSession.java84 void assertPromptFromTestApp(CharSequence prompt, Bundle extras) { in assertPromptFromTestApp()
112 Bundle extras = request.getExtras(); in onRequestConfirmation() local
132 Bundle extras = request.getExtras(); in onRequestCompleteVoice() local
152 Bundle extras = request.getExtras(); in onRequestAbortVoice() local
171 Bundle extras = request.getExtras(); in onRequestCommand() local
199 Bundle extras) { in assertPickOptionsFromTestApp()
211 Bundle extras = request.getExtras(); in onRequestPickOption() local
219 assertPickOptionsFromTestApp(request.getOptions(), extras); in onRequestPickOption() local
235 public static final boolean isTestTypeCancel(Bundle extras) { in isTestTypeCancel()
256 Bundle extras; field in MainInteractionSession.AsyncTaskArg
/cts/tests/tests/telecom/src/android/telecom/cts/
DCallDetailsTest.java444 Bundle extras = mCall.getDetails().getExtras(); in testConnectionPutExtras() local
488 Bundle extras = mCall.getDetails().getExtras(); in verifyRemoveConnectionExtras() local
509 Bundle extras = mConnection.getExtras(); in testCallPutExtras() local
528 Bundle extras; in testCallRemoveExtras() local
559 Bundle extras; in testCallRemoveExtras2() local
581 Bundle extras = mConnection.getExtras(); in setupCallExtras() local
609 Bundle extras = (Bundle) (mOnConnectionEventCounter.getArgs(0)[2]); in testConnectionEvent() local
652 Bundle extras = (Bundle) (counter.getArgs(0)[1]); in testCallEvent() local
DOutgoingCallTest.java58 final Bundle extras = new Bundle(); in testStartCallWithSpeakerphoneTrue_SpeakerphoneOnInCall() local
70 final Bundle extras = new Bundle(); in testStartCallWithSpeakerphoneFalse_SpeakerphoneOffInCall() local
DConferenceTest.java186 Bundle extras = new Bundle(); in testConferenceSetters() local
264 Bundle extras = new Bundle(); in testConferencePutExtras() local
294 Bundle extras = mConferenceObject.getExtras(); in testConferenceRemoveExtras() local
317 Bundle extras = mConferenceObject.getExtras(); in testConferenceRemoveExtras2() local
324 Bundle extras = new Bundle(); in setupExtras() local
344 Bundle extras = new Bundle(); in testConferenceOnExtraschanged() 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
DIncomingCallTest.java75 Bundle extras = new Bundle(); in testAddNewIncomingCall_IncorrectPhoneAccountHandle() local
/cts/tests/tests/media/src/android/media/cts/
DMediaControllerTest.java84 final Bundle extras = new Bundle(); in testSendCommand() local
211 final Bundle extras = new Bundle(); in testTransportControlsAndMediaSessionCallback() local
511 public void onPlayFromMediaId(String mediaId, Bundle extras) { in onPlayFromMediaId()
522 public void onPlayFromSearch(String query, Bundle extras) { in onPlayFromSearch()
533 public void onPlayFromUri(Uri uri, Bundle extras) { in onPlayFromUri()
544 public void onCustomAction(String action, Bundle extras) { in onCustomAction()
565 public void onCommand(String command, Bundle extras, ResultReceiver cb) { in onCommand()
586 public void onPrepareFromMediaId(String mediaId, Bundle extras) { in onPrepareFromMediaId()
597 public void onPrepareFromSearch(String query, Bundle extras) { in onPrepareFromSearch()
608 public void onPrepareFromUri(Uri uri, Bundle extras) { in onPrepareFromUri()
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.java37 Bundle extras = new Bundle(); in testSetSurface() local
DMediaSession2_PermissionTest.java474 String mediaId, Bundle extras) { in onPlayFromMediaId()
484 String query, Bundle extras) { in onPlayFromSearch()
494 Uri uri, Bundle extras) { in onPlayFromUri()
504 String mediaId, Bundle extras) { in onPrepareFromMediaId()
514 String query, Bundle extras) { in onPrepareFromSearch()
524 Uri uri, Bundle extras) { in onPrepareFromUri()
DMediaBrowser2Test.java174 final Bundle extras = new Bundle(); in testGetChildren() local
256 final Bundle extras = new Bundle(); in testSearch() local
309 final Bundle extras = new Bundle(); in testSearchTakesTime() local
334 final Bundle extras = new Bundle(); in testSearchEmptyResult() local
567 public void onError(MediaController2 controller, int errorCode, Bundle extras) { in onError()
618 int pageSize, List<MediaItem2> result, Bundle extras) { in onGetChildrenDone()
628 Bundle extras) { in onSearchResultChanged()
638 int pageSize, List<MediaItem2> result, Bundle extras) { in onGetSearchResultDone()
648 Bundle extras) { in onChildrenChanged()
DMediaMetadata2Test.java41 final Bundle extras = new Bundle(); in testBuilder() local
DResourceManagerTest.java36 Bundle extras = new Bundle(); in doTestReclaimResource() local
/cts/tests/framework/base/activitymanager/app/src/android/server/am/
DAssistantVoiceInteractionService.java47 Bundle extras = intent.getExtras() != null ? intent.getExtras() : new Bundle(); in onStartCommand() local
57 public static void launchAssistantActivity(Context context, Bundle extras) { in launchAssistantActivity()
DVirtualDisplayActivity.java62 final Bundle extras; field in VirtualDisplayActivity.VirtualDisplayRequest
64 VirtualDisplayRequest(SurfaceView surfaceView, Bundle extras) { in VirtualDisplayRequest()
101 final Bundle extras = intent.getExtras(); in onNewIntent() local
126 private void createVirtualDisplay(Bundle extras) { in createVirtualDisplay()
235 final Bundle extras = new Bundle(); in launchActivity() local
DTranslucentAssistantActivity.java34 static void launchActivityIntoAssistantStack(Activity caller, Bundle extras) { in launchActivityIntoAssistantStack()
DAssistantActivity.java78 static void launchActivityIntoAssistantStack(Activity caller, Bundle extras) { in launchActivityIntoAssistantStack()
DBroadcastReceiverActivity.java63 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/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
/cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/
DModifyInstallerPackageTest.java45 final Bundle extras = new Bundle(); in call() local

12345