Home
last modified time | relevance | path

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

12

/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DMainInteractionSession.java66 void assertPromptFromTestApp(CharSequence prompt, Bundle extras) { in assertPromptFromTestApp()
94 Bundle extras = request.getExtras(); in onRequestConfirmation() local
114 Bundle extras = request.getExtras(); in onRequestCompleteVoice() local
134 Bundle extras = request.getExtras(); in onRequestAbortVoice() local
153 Bundle extras = request.getExtras(); in onRequestCommand() local
181 Bundle extras) { in assertPickOptionsFromTestApp()
193 Bundle extras = request.getExtras(); in onRequestPickOption() local
201 assertPickOptionsFromTestApp(request.getOptions(), extras); in onRequestPickOption() local
217 public static final boolean isTestTypeCancel(Bundle extras) { in isTestTypeCancel()
238 Bundle extras; field in MainInteractionSession.AsyncTaskArg
/cts/tests/tests/telecom/src/android/telecom/cts/
DOutgoingCallTest.java57 final Bundle extras = new Bundle(); in testStartCallWithSpeakerphoneTrue_SpeakerphoneOnInCall() local
69 final Bundle extras = new Bundle(); in testStartCallWithSpeakerphoneFalse_SpeakerphoneOffInCall() local
DDataObjectUnitTests.java132 Bundle extras = new Bundle(); in testConnectionRequest() local
201 Bundle extras = new Bundle(); in testStatusHints() local
DBaseTelecomTestWithMockServices.java235 void addAndVerifyNewIncomingCall(Uri incomingHandle, Bundle extras) { in addAndVerifyNewIncomingCall()
283 void placeAndVerifyCall(Bundle extras) { in placeAndVerifyCall()
291 void placeAndVerifyCall(Bundle extras, int videoState) { in placeAndVerifyCall()
461 private void placeNewCallWithPhoneAccount(Bundle extras, int videoState) { in placeNewCallWithPhoneAccount()
471 mTelecomManager.placeCall(createTestNumber(), extras); in placeNewCallWithPhoneAccount() local
/cts/tests/tests/media/src/android/media/cts/
DMediaControllerTest.java59 final Bundle extras = new Bundle(); in testSendCommand() local
169 final Bundle extras = new Bundle(); in testTransportControlsAndMediaSessionCallback() local
352 public void onPlayFromMediaId(String mediaId, Bundle extras) { in onPlayFromMediaId()
362 public void onPlayFromSearch(String query, Bundle extras) { in onPlayFromSearch()
372 public void onPlayFromUri(Uri uri, Bundle extras) { in onPlayFromUri()
382 public void onCustomAction(String action, Bundle extras) { in onCustomAction()
401 public void onCommand(String command, Bundle extras, ResultReceiver cb) { in onCommand()
DMediaPlayerSurfaceTest.java31 Bundle extras = new Bundle(); in testSetSurface() local
DResourceManagerTestActivity1.java34 Bundle extras = getIntent().getExtras(); in onCreate() local
DResourceManagerTest.java30 Bundle extras = new Bundle(); in doTestReclaimResource() local
DMediaSessionTest.java118 final Bundle extras = new Bundle(); in testConfigureSession() local
416 public void onExtrasChanged(Bundle extras) { in onExtrasChanged()
442 public void onSessionEvent(String event, Bundle extras) { in onSessionEvent()
DMediaBrowserServiceTest.java153 final Bundle extras = new Bundle(); in testBrowserRoot() local
/cts/tests/tests/graphics/src/android/opengl/cts/
DCompressedTextureTest.java31 Bundle extras = new Bundle(); in launchTest() local
DCompressedTextureCtsActivity.java42 Bundle extras = getIntent().getExtras(); in onCreate() local
DEglConfigTest.java60 Bundle extras = new Bundle(); in runConfigTests() local
/cts/tests/tests/provider/src/android/provider/cts/
DContactsContract_ContactCountsTest.java64 final Bundle extras = cursor.getExtras(); in testContactCounts_noExtraNoExtrasReturned() local
79 final Bundle extras = cursor.getExtras(); in testContactCounts_correctCountsReturned() local
DContactsContract_PinnedPositionsTest.java367 private int updateItemForContact(Uri uri, long id, String... extras) { in updateItemForContact()
382 private int updateItemForUri(Uri uri, String... extras) { in updateItemForUri()
/cts/tests/tests/provider/src/android/provider/cts/contacts/
DCommonDatabaseUtils.java82 public static void extrasVarArgsToValues(ContentValues values, String... extras) { in extrasVarArgsToValues()
/cts/tests/tests/content/src/android/content/cts/
DContentResolverSyncTestCase.java124 Bundle extras = new Bundle(); in cancelSync() local
140 Bundle extras = new Bundle(); in requestSync() local
DMockSyncAdapter.java80 Bundle extras) throws RemoteException { in startSync()
/cts/tests/tests/assist/src/android/assist/cts/
DScreenshotTest.java107 Bundle extras = new Bundle(); in waitForActivityResumeAndAssist() local
/cts/tests/tests/voicesettings/src/android/voicesettings/cts/
DVoiceSettingsTestBase.java98 Bundle extras = intent.getExtras(); in onReceive() local
/cts/tests/tests/location/src/android/location/cts/
DAddressTest.java44 Bundle extras = new Bundle(); in testDescribeContents() local
87 Bundle extras = new Bundle(); in testAccessExtras() local
/cts/tests/tests/assist/service/src/android/voiceinteraction/service/
DMainInteractionService.java102 Bundle extras = intent.getExtras(); in onReceive() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/
DLocationVerifier.java110 public void onStatusChanged(String provider, int status, Bundle extras) { } in onStatusChanged()
191 public void onStatusChanged(String provider, int status, Bundle extras) { } in onStatusChanged()
/cts/tests/tests/voicesettings/service/src/android/voicesettings/service/
DMainInteractionSession.java119 Bundle extras = intent.getExtras(); in onTaskFinished() local
/cts/tests/tests/alarmclock/service/src/android/alarmclock/service/
DMainInteractionSession.java103 Bundle extras = intent.getExtras(); in onTaskFinished() local

12