Home
last modified time | relevance | path

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

1234

/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DMainInteractionSession.java79 void assertPromptFromTestApp(CharSequence prompt, Bundle extras) { in assertPromptFromTestApp()
107 Bundle extras = request.getExtras(); in onRequestConfirmation() local
127 Bundle extras = request.getExtras(); in onRequestCompleteVoice() local
147 Bundle extras = request.getExtras(); in onRequestAbortVoice() local
166 Bundle extras = request.getExtras(); in onRequestCommand() local
194 Bundle extras) { in assertPickOptionsFromTestApp()
206 Bundle extras = request.getExtras(); in onRequestPickOption() local
214 assertPickOptionsFromTestApp(request.getOptions(), extras); in onRequestPickOption() local
230 public static final boolean isTestTypeCancel(Bundle extras) { in isTestTypeCancel()
251 Bundle extras; field in MainInteractionSession.AsyncTaskArg
/cts/tests/tests/telecom/src/android/telecom/cts/
DCallDetailsTest.java444 Bundle extras = mCall.getDetails().getExtras(); in testConnectionPutExtras() local
490 Bundle extras = mCall.getDetails().getExtras(); in verifyRemoveConnectionExtras() local
512 Bundle extras = mConnection.getExtras(); in testCallPutExtras() local
531 Bundle extras; in testCallRemoveExtras() local
561 Bundle extras; in testCallRemoveExtras2() local
583 Bundle extras = mConnection.getExtras(); in setupCallExtras() local
611 Bundle extras = (Bundle) (mOnConnectionEventCounter.getArgs(0)[2]); in testConnectionEvent() local
635 Bundle extras = (Bundle) (counter.getArgs(0)[1]); in testCallEvent() local
DOutgoingCallTest.java59 final Bundle extras = new Bundle(); in testStartCallWithSpeakerphoneTrue_SpeakerphoneOnInCall() local
71 final Bundle extras = new Bundle(); in testStartCallWithSpeakerphoneFalse_SpeakerphoneOffInCall() local
DConferenceTest.java183 Bundle extras = new Bundle(); in testConferenceSetters() local
260 Bundle extras = new Bundle(); in testConferencePutExtras() local
285 Bundle extras = mConferenceObject.getExtras(); in testConferenceRemoveExtras() local
306 Bundle extras = mConferenceObject.getExtras(); in testConferenceRemoveExtras2() local
312 Bundle extras = new Bundle(); in setupExtras() local
330 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.java67 Bundle extras = new Bundle(); in testAddNewIncomingCall_IncorrectPhoneAccountHandle() local
DBaseTelecomTestWithMockServices.java251 void addAndVerifyNewIncomingCall(Uri incomingHandle, Bundle extras) { in addAndVerifyNewIncomingCall()
300 void placeAndVerifyCall(Bundle extras) { in placeAndVerifyCall()
308 void placeAndVerifyCall(Bundle extras, int videoState) { in placeAndVerifyCall()
494 private void placeNewCallWithPhoneAccount(Bundle extras, int videoState) { in placeNewCallWithPhoneAccount()
504 mTelecomManager.placeCall(createTestNumber(), extras); in placeNewCallWithPhoneAccount() local
1050 public static boolean areBundlesEqual(Bundle extras, Bundle newExtras) { in areBundlesEqual()
/cts/tests/tests/media/src/android/media/cts/
DMediaControllerTest.java76 final Bundle extras = new Bundle(); in testSendCommand() local
206 final Bundle extras = new Bundle(); in testTransportControlsAndMediaSessionCallback() local
458 public void onPlayFromMediaId(String mediaId, Bundle extras) { in onPlayFromMediaId()
468 public void onPlayFromSearch(String query, Bundle extras) { in onPlayFromSearch()
478 public void onPlayFromUri(Uri uri, Bundle extras) { in onPlayFromUri()
488 public void onCustomAction(String action, Bundle extras) { in onCustomAction()
507 public void onCommand(String command, Bundle extras, ResultReceiver cb) { in onCommand()
526 public void onPrepareFromMediaId(String mediaId, Bundle extras) { in onPrepareFromMediaId()
536 public void onPrepareFromSearch(String query, Bundle extras) { in onPrepareFromSearch()
546 public void onPrepareFromUri(Uri uri, Bundle extras) { in onPrepareFromUri()
DPlaybackStateTest.java78 Bundle extras = new Bundle(); in testBuilder_setterMethods() local
138 Bundle extras = new Bundle(); in testBuilder_addCustomActionWithCustomActionObject() local
166 Bundle extras = new Bundle(); in testWriteToParcel() local
225 Bundle extras = new Bundle(); in testCustomAction() local
DResourceManagerTestActivity1.java34 Bundle extras = getIntent().getExtras(); in onCreate() local
DMediaPlayerSurfaceTest.java35 Bundle extras = new Bundle(); in testSetSurface() local
DResourceManagerTest.java30 Bundle extras = new Bundle(); in doTestReclaimResource() local
/cts/hostsidetests/services/activityandwindowmanager/activitymanager/app/src/android/server/cts/
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.java54 public final Bundle extras; field in VirtualDisplayActivity.VirtualDisplayRequest
56 public VirtualDisplayRequest(SurfaceView surfaceView, Bundle extras) { in VirtualDisplayRequest()
94 final Bundle extras = intent.getExtras(); in onNewIntent() local
119 private void createVirtualDisplay(Bundle extras) { in createVirtualDisplay()
220 final Bundle extras = new Bundle(); in launchActivity() local
DTranslucentAssistantActivity.java33 static void launchActivityIntoAssistantStack(Activity caller, Bundle extras) { in launchActivityIntoAssistantStack()
DAssistantActivity.java72 static void launchActivityIntoAssistantStack(Activity caller, Bundle extras) { in launchActivityIntoAssistantStack()
DBroadcastReceiverActivity.java60 final Bundle extras = intent.getExtras(); in onReceive() local
/cts/hostsidetests/content/test-apps/CtsSyncAccountAccessSameCertTests/src/com/android/cts/content/
DSyncAdapter.java32 void onPerformSync(Account account, Bundle extras, String authority, in onPerformSync()
47 public void onPerformSync(Account account, Bundle extras, String authority, in onPerformSync()
/cts/hostsidetests/services/activityandwindowmanager/activitymanager/appDisplaySize/src/android/displaysize/app/
DSmallestWidthActivity.java30 final Bundle extras = intent.getExtras(); in onNewIntent() 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/hostsidetests/services/activityandwindowmanager/activitymanager/appSecondUid/src/android/server/cts/second/
DLaunchBroadcastReceiver.java33 final Bundle extras = intent.getExtras(); in onReceive() 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/services/activityandwindowmanager/activitymanager/app/src/android/server/cts/tools/
DActivityLauncher.java37 public static void launchActivityFromExtras(final Context context, Bundle extras) { in launchActivityFromExtras()
/cts/tests/tests/opengl/src/android/opengl/cts/
DCompressedTextureCtsActivity.java37 Bundle extras = getIntent().getExtras(); in onCreate() local
/cts/tests/tests/appwidget/src/android/appwidget/cts/
DRequestPinAppWidgetTest.java66 Bundle extras = new Bundle(); in runPinWidgetTest() local
72 getFirstWidgetComponent(), extras, pinResult); in runPinWidgetTest() local

1234