Home
last modified time | relevance | path

Searched defs:extra (Results 1 – 19 of 19) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DAdhocConferenceTest.java67 Bundle extra = new Bundle(); in testStartConference() local
80 Bundle extra = new Bundle(); in testStartConferenceFailed() local
91 Bundle extra = new Bundle(); in testAddNewIncomingConference_onAnswer() local
114 Bundle extra = new Bundle(); in testAddNewIncomingConference_onReject() local
141 Bundle extra = new Bundle(); in testAddNewIncomingConferenceFailed() local
151 Bundle extra = new Bundle(); in testConferenceCallAddConferenceParticipants() local
DCallDetailsTest.java938 Bundle extra = mCall.getDetails().getExtras(); in testLogFeatures() local
/cts/tests/tests/textclassifier/src/android/view/textclassifier/cts/
DTextClassifierEventTest.java159 final Bundle extra = new Bundle(); in createFullTextSelectionEvent() local
227 final Bundle extra = new Bundle(); in createFullTextLinkifyEvent() local
289 final Bundle extra = new Bundle(); in createFullConversationActionsEvent() local
353 final Bundle extra = new Bundle(); in createFullLanguageDetectionEvent() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DStartActivityAsUserActivity.java35 Bundle extra = getIntent().getExtras(); in onCreate() local
/cts/tests/tests/view/src/android/view/cts/
DPixelCopyVideoSourceActivity.java44 mVideoView.setOnErrorListener((mp, what, extra) -> { in onCreate() argument
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInlineSuggestionsRequestTest.java112 final Bundle extra = new Bundle(); in testInlineSuggestionsRequestValues() local
/cts/tests/suspendapps/tests/src/android/suspendapps/cts/
DDualSuspendTests.java141 final Bundle extra = createSingleKeyBundle(EXTRA_USER_RESTRICTION, userRestriction); in assertDpmCanSuspendUnderUserRestriction() local
/cts/tests/tests/tv/src/android/media/tv/cts/
DTvTrackInfoSubject.java125 public BundleSubject extra() { in extra() method in TvTrackInfoSubject
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewReceiveContentTest.java831 private boolean triggerImeCommitContent(String mimeType, Uri linkUri, String extra) { in triggerImeCommitContent()
878 Uri linkUri, String extra) { in contentEq()
892 @Nullable Uri linkUri, @Nullable String extra) { in ContentInfoArgumentMatcher()
DRemoteViewsTest.java973 RemoteViews extra = new RemoteViews(PACKAGE_NAME, R.layout.remoteviews_extra); in testAddView() local
/cts/tests/tests/mediastress/src/android/mediastress/cts/
DMediaRecorderStressTest.java161 public void onError(MediaRecorder mr, int what, int extra) { in onError()
/cts/tests/tests/sensorprivacy/src/android/sensorprivacy/cts/
DSensorPrivacyBaseTest.kt133 for (extra in extras) { in <lambda>() constant
321 for (extra in extras) { in <lambda>() constant
/cts/tests/app/src/android/app/cts/
DPendingIntentTest.java226 public volatile int extra = 0; field in PendingIntentTest.ExtraReceiver
/cts/tests/tests/sharesheet/src/android/sharesheet/cts/
DCtsSharesheetDeviceTest.java401 Object extra = intent.getParcelableExtra(Intent.EXTRA_CHOSEN_COMPONENT); in validateChosenComponentIntent() local
/cts/tests/tests/graphics/src/android/graphics/cts/
DImageDecoderTest.java129 private static byte[] getAsByteArray(int resId, int offset, int extra) { in getAsByteArray()
135 static void writeToStream(OutputStream output, int resId, int offset, int extra) { in writeToStream()
2102 int extra = 15; in testOffsetByteArray() local
2193 final int extra = 15; in testOffsetByteArray2() local
/cts/tests/tests/media/src/android/media/cts/
DMediaDrmMockTest.java658 int extra, byte[] data) { in onEvent()
DMediaCodecBlockModelTest.java518 (MediaDrm mediaDrm, byte[] sessionId, int event, int extra, byte[] data) -> { in runDecodeShortEncryptedVideo()
/cts/tests/tests/appenumeration/src/android/appenumeration/cts/
DAppEnumerationTests.java1244 final Bundle extra = new Bundle(); in hasSigningCertificate() local
/cts/tests/tests/security/src/android/security/cts/
DStagefrightTest.java1984 public boolean onError(MediaPlayer mp, int newWhat, int extra) { in onError()