Home
last modified time | relevance | path

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

12345678910

/cts/tests/PhotoPicker/src/android/photopicker/cts/cloudproviders/
DCloudProviderSecondary.java49 public Cursor onQueryMedia(Bundle extras) { in onQueryMedia()
57 public Cursor onQueryDeletedMedia(Bundle extras) { in onQueryDeletedMedia()
64 public Cursor onQueryAlbums(Bundle extras) { in onQueryAlbums()
71 public AssetFileDescriptor onOpenPreview(String mediaId, Point size, Bundle extras, in onOpenPreview()
78 public ParcelFileDescriptor onOpenMedia(String mediaId, Bundle extras, in onOpenMedia()
84 public Bundle onGetMediaCollectionInfo(Bundle extras) { in onGetMediaCollectionInfo()
DCloudProviderNoIntentFilter.java42 public Cursor onQueryMedia(Bundle extras) { in onQueryMedia()
47 public Cursor onQueryDeletedMedia(Bundle extras) { in onQueryDeletedMedia()
52 public AssetFileDescriptor onOpenPreview(String mediaId, Point size, Bundle extras, in onOpenPreview()
58 public ParcelFileDescriptor onOpenMedia(String mediaId, Bundle extras, in onOpenMedia()
64 public Bundle onGetMediaCollectionInfo(Bundle extras) { in onGetMediaCollectionInfo()
DCloudProviderNoPermission.java42 public Cursor onQueryMedia(Bundle extras) { in onQueryMedia()
47 public Cursor onQueryDeletedMedia(Bundle extras) { in onQueryDeletedMedia()
52 public AssetFileDescriptor onOpenPreview(String mediaId, Point size, Bundle extras, in onOpenPreview()
58 public ParcelFileDescriptor onOpenMedia(String mediaId, Bundle extras, in onOpenMedia()
64 public Bundle onGetMediaCollectionInfo(Bundle extras) { in onGetMediaCollectionInfo()
DCloudProviderPrimary.java64 public Cursor onQueryMedia(Bundle extras) { in onQueryMedia()
72 public Cursor onQueryDeletedMedia(Bundle extras) { in onQueryDeletedMedia()
79 public Cursor onQueryAlbums(Bundle extras) { in onQueryAlbums()
86 public AssetFileDescriptor onOpenPreview(String mediaId, Point size, Bundle extras, in onOpenPreview()
93 public ParcelFileDescriptor onOpenMedia(String mediaId, Bundle extras, in onOpenMedia()
99 public Bundle onGetMediaCollectionInfo(Bundle extras) { in onGetMediaCollectionInfo()
/cts/tests/tests/nfc/src/android/nfc/tech/cts/
DMifareClassicTest.java61 Bundle extras = new Bundle(); in testGet_isMifareClassic() local
83 Bundle extras = new Bundle(); in testGetType_classic() local
96 Bundle extras = new Bundle(); in testGetType_plus() local
109 Bundle extras = new Bundle(); in testGetType_pro() local
122 Bundle extras = new Bundle(); in testGetSize_1K() local
135 Bundle extras = new Bundle(); in testGetSize_mini() local
148 Bundle extras = new Bundle(); in testGetSize_2K() local
161 Bundle extras = new Bundle(); in testGetSize_4K() local
174 Bundle extras = new Bundle(); in testGetSectorCount_1K() local
187 Bundle extras = new Bundle(); in testGetSectorCount_2K() local
[all …]
/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/suspendapps/tests/src/android/suspendapps/cts/
DDualSuspendTests.java167 final Bundle extras = createSingleKeyBundle(EXTRA_PACKAGE_NAME, TEST_APP_PACKAGE_NAME); in testUnsuspendedOnUninstallBlocked() local
183 final Bundle extras = createSingleKeyBundle(EXTRA_USER_RESTRICTION, userRestriction); in assertUnsuspendedOnUserRestriction() local
206 final Bundle extras = createSingleKeyBundle(EXTRA_PACKAGE_NAME, TEST_APP_PACKAGE_NAME); in testCannotSuspendWhenUninstallBlocked() local
214 final Bundle extras = createSingleKeyBundle(EXTRA_USER_RESTRICTION, userRestriction); in assertCannotSuspendUnderUserRestriction() local
239 final Bundle extras = createSingleKeyBundle(EXTRA_PACKAGE_NAME, TEST_APP_PACKAGE_NAME); in tearDown() local
DSuspendTestUtils.java100 final Bundle extras = new Bundle(1); in createSingleKeyBundle() local
119 static boolean requestDpmAction(String action, @Nullable Bundle extras, Handler resultHandler) in requestDpmAction()
164 static void startTestAppActivity(@Nullable Bundle extras) { in startTestAppActivity()
177 final PersistableBundle extras = new PersistableBundle(3); in createExtras() local
/cts/tests/translation/src/android/translation/cts/unittests/
DTranslationValueTest.java70 final Bundle extras = new Bundle(); in testTranslationResponseValue_validDictionary() local
95 final Bundle extras = new Bundle(); in testTranslationResponseValue_extrasEqualityWhenSameInstance() local
108 final Bundle extras = new Bundle(); in testTranslationResponseValue_extrasEqualityWhenEmpty() local
119 final Bundle extras = new Bundle(); in testTranslationResponseValue_extrasEqualityWhenUnequal() local
/cts/tests/tests/content/src/android/content/cts/
DSyncRequestTest.java37 Bundle extras = new Bundle(); in testBuilder_normal() local
70 final Bundle extras = new Bundle(); in testBuilder_throwsException() local
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsCallingTest.java191 Bundle extras = new Bundle(); in testOutGoingCall() local
227 Bundle extras = new Bundle(); in testOutGoingCallStartFailed() local
256 Bundle extras = new Bundle(); in testIncomingCall() local
286 Bundle extras = new Bundle(); in testIncomingCallReturnListener() local
318 Bundle extras = new Bundle(); in testIncomingCallReject() local
352 Bundle extras = new Bundle(); in testOutGoingCallForExecutor() local
388 Bundle extras = new Bundle(); in testOutGoingCallHoldResume() local
433 Bundle extras = new Bundle(); in testOutGoingCallHoldFailure() local
476 Bundle extras = new Bundle(); in testOutGoingCallResumeFailure() local
523 Bundle extras = new Bundle(); in testOutGoingCallReceivedHoldResume() local
[all …]
/cts/tests/tests/telecom/src/android/telecom/cts/
DIncomingCallTest.java191 Bundle extras = new Bundle(); in testExtraCallHasInBandRingtone() local
214 Bundle extras = new Bundle(); in testAddNewIncomingCall_IncorrectPhoneAccountHandle() local
342 Bundle extras = new Bundle(); in testConnectionOnAnswerForVideoCallAnsweredAsAudio() local
346 addAndVerifyNewIncomingCall(createTestNumber(), extras); in testConnectionOnAnswerForVideoCallAnsweredAsAudio() local
370 Bundle extras = new Bundle(); in testConnectionOnAnswerIntForVideoCallAnsweredAsVideo() local
374 addAndVerifyNewIncomingCall(createTestNumber(), extras); in testConnectionOnAnswerIntForVideoCallAnsweredAsVideo() local
DCallDiagnosticServiceTest.java119 final Bundle extras = new Bundle(); in testAddMultipleCalls() local
238 Bundle extras = (Bundle) (counter.getArgs(0)[1]); in testSendD2DMessage() local
262 Bundle extras = (Bundle) (mOnConnectionEventCounter.getArgs(0)[2]); in testDisplayDiagnosticMessage() local
286 Bundle extras = (Bundle) (mOnConnectionEventCounter.getArgs(0)[2]); in testClearDisplayDiagnosticMessage() local
373 final Bundle extras = new Bundle(); in setupCall() local
DOutgoingCallTest.java137 final Bundle extras = new Bundle(); in testDoNotStartCallWithContentUri() local
154 final Bundle extras = new Bundle(); in testStartCallWithSpeakerphoneTrue_SpeakerphoneOnInCall() local
166 final Bundle extras = new Bundle(); in testStartCallWithSpeakerphoneFalse_SpeakerphoneOffInCall() local
215 Bundle extras = new Bundle(); in testPhoneStateListenerInvokedOnOutgoingEmergencyCall() local
261 final Bundle extras = new Bundle(); in testPhoneStateChangeAsExpected() local
DConferenceTest.java224 Bundle extras = new Bundle(); in testConferenceSetters() local
349 Bundle extras = new Bundle(); in testConferencePutExtras() local
389 Bundle extras = mConferenceObject.getExtras(); in testConferenceRemoveExtras() local
412 Bundle extras = mConferenceObject.getExtras(); in testConferenceRemoveExtras2() local
419 Bundle extras = new Bundle(); in setupExtras() local
439 Bundle extras = new Bundle(); in testConferenceOnExtraschanged() local
503 Bundle extras = (Bundle) (mOnConnectionEventCounter.getArgs(0)[2]); in testConferenceEvent() local
DCallDetailsTest.java738 Bundle extras = mCall.getDetails().getExtras(); in testConnectionPutExtras() local
794 Bundle extras = mCall.getDetails().getExtras(); in verifyRemoveConnectionExtras() local
817 Bundle extras = mConnection.getExtras(); in testCallPutExtras() local
836 Bundle extras; in testCallRemoveExtras() local
867 Bundle extras; in testCallRemoveExtras2() local
889 Bundle extras = mConnection.getExtras(); in setupCallExtras() local
917 Bundle extras = (Bundle) (mOnConnectionEventCounter.getArgs(0)[2]); in testConnectionEvent() local
1006 Bundle extras = (Bundle) (counter.getArgs(0)[1]); in testCallEvent() local
1174 Bundle extras = (Bundle) (mOnConnectionEventCounter.getArgs(0)[2]); in testMergeFail() local
DCallRedirectionServiceTest.java146 Bundle extras = new Bundle(); in testRedirectedCallWithPostDialDigits() local
224 Bundle extras = new Bundle(); in testCantRedirectEmergencyCall() local
241 Bundle extras = new Bundle(); in testServiceUnbindOnNullBinding() local
244 mTelecomManager.placeCall(createTestNumber(), extras); in testServiceUnbindOnNullBinding() local
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DTestJournalProvider.java93 public Bundle call(String method, String arg, Bundle extras) { in call()
110 extras.getString(EXTRA_KEY_OWNER), extras); in call() local
124 private static void ensureExtras(String method, Bundle extras) { in ensureExtras()
158 final Bundle extras = new Bundle(); in putExtras() local
208 private void callWithExtras(String method, Bundle extras) { in callWithExtras()
218 final Bundle extras = new Bundle(); in addCallback() local
224 final Bundle extras = new Bundle(); in setLastConfigInfo() local
229 public void putExtras(Bundle extras) { in putExtras()
234 public void putResidentExtras(String owner, Bundle extras) { in putResidentExtras()
277 public final Bundle extras = new Bundle(); field in TestJournalProvider.TestJournal
[all …]
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DVirtualDisplayActivity.java68 final Bundle extras; field in VirtualDisplayActivity.VirtualDisplayRequest
70 VirtualDisplayRequest(SurfaceView surfaceView, Bundle extras) { in VirtualDisplayRequest()
107 final Bundle extras = intent.getExtras(); in onNewIntent() local
132 private void createVirtualDisplay(Bundle extras) { in createVirtualDisplay()
251 final Bundle extras = new Bundle(); in launchActivity() local
/cts/tests/tests/media/bettertogether/src/android/media/bettertogether/cts/
DMediaControllerTest.java115 final Bundle extras = new Bundle(); in testGetPlaybackState() local
191 final Bundle extras = new Bundle(); in testSendCommand() local
350 final Bundle extras = new Bundle(); in testTransportControlsAndMediaSessionCallback() local
780 public void onPlayFromMediaId(String mediaId, Bundle extras) { in onPlayFromMediaId()
791 public void onPlayFromSearch(String query, Bundle extras) { in onPlayFromSearch()
802 public void onPlayFromUri(Uri uri, Bundle extras) { in onPlayFromUri()
813 public void onCustomAction(String action, Bundle extras) { in onCustomAction()
834 public void onCommand(String command, Bundle extras, ResultReceiver cb) { in onCommand()
855 public void onPrepareFromMediaId(String mediaId, Bundle extras) { in onPrepareFromMediaId()
866 public void onPrepareFromSearch(String query, Bundle extras) { in onPrepareFromSearch()
[all …]
DMediaRoute2InfoTest.java113 Bundle extras = new Bundle(); in testBuilderAndGettersOfMediaRoute2Info() local
224 Bundle extras = new Bundle(); in testEqualsCreatedWithSameArguments() local
265 Bundle extras = new Bundle(); in testEqualsCreatedWithBuilderCopyConstructor() local
291 Bundle extras = new Bundle(); in testEqualsReturnFalse() local
342 Bundle extras = new Bundle(); in testParcelingAndUnParceling() local
/cts/tests/tests/permission3/UsePermissionApp22CalendarOnly/src/android/permission3/cts/usepermission/
DCheckPermissionService.kt32 val extras = intent!!.extras!! in onHandleIntent() constant
/cts/hostsidetests/statsdatom/apps/statsdapp/src/com/android/server/cts/device/statsdatom/
DStatsdSyncAdapter.java53 public void onPerformSync(Account account, Bundle extras, String authority, in onPerformSync()
73 final Bundle extras = new Bundle(); in requestSync() local
/cts/tests/tests/media/misc/src/android/media/misc/cts/
DPlaybackStateTest.java89 Bundle extras = new Bundle(); in testBuilder_setterMethods() local
149 Bundle extras = new Bundle(); in testBuilder_addCustomActionWithCustomActionObject() local
177 Bundle extras = new Bundle(); in testWriteToParcel() local
236 Bundle extras = new Bundle(); in testCustomAction() local
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/embedding/
DActivityEmbeddingCrossUidTests.java130 Bundle extras = new Bundle(); in testCrossUidActivityEmbeddingIsAllowedWithPermission() local
190 Bundle extras = new Bundle(); in testUntrustedCrossUidActivityEmbedding_notAllowedForNonEmbeddable() local

12345678910