Home
last modified time | relevance | path

Searched refs:prepare (Results 1 – 25 of 134) sorted by relevance

123456

/cts/tests/tests/content/src/android/content/om/cts/
DOverlayManagerTransactionTest.java105 mFacilitator.prepare("hello_overlay1", null /* overlayableName */)); in commit_withNullOverlayable_shouldFail()
115 mFacilitator.prepare("hello_overlay1", "" /* overlayableName */)); in commit_withEmptyOverlayable_shouldFail()
124 mFacilitator.prepare("hello_overlay1", "not_exist")); in commit_withNonExistOverlayable_shouldFail()
133 mFacilitator.prepare("hello_overlay1", OVERLAYABLE_NAME)); in commit_withValidOverlayable_shouldSucceed()
146 mFacilitator.prepare("hello_overlay1", OVERLAYABLE_NAME)); in commit_multipleRequests_shouldSucceed()
148 mFacilitator.prepare("hello_overlay2", OVERLAYABLE_NAME)); in commit_multipleRequests_shouldSucceed()
150 mFacilitator.prepare("hello_overlay3", OVERLAYABLE_NAME)); in commit_multipleRequests_shouldSucceed()
162 mFacilitator.prepare("hello_overlay", OVERLAYABLE_NAME)); in commit_multipleRequests_shouldSucceed()
178 mFacilitator.prepare(mOverlayName, OVERLAYABLE_NAME, false /* isSelfTarget */); in commit_notSelfTargetOverlay_isSelfTargetingTransaction_shouldSucceed()
195 mFacilitator.prepare(mOverlayName, OVERLAYABLE_NAME, true /* isSelfTarget */); in commit_selfTargetOverlay_isSelfTargetingTransaction_shouldSucceed()
DFabricatedOverlayFacilitator.java52 public FabricatedOverlay prepare(String overlayName, String overlayableName) { in prepare() method in FabricatedOverlayFacilitator
53 return prepare(overlayName, overlayableName, false); in prepare()
56 public FabricatedOverlay prepare(String overlayName, String overlayableName, in prepare() method in FabricatedOverlayFacilitator
DOverlayManagerTest.java167 mFacilitator.prepare("hello_overlay1", OVERLAYABLE_NAME)); in getOverlayInfosForTarget_registerMultipleOverlays_shouldReturnRegisteredOverlays()
169 mFacilitator.prepare("hello_overlay2", OVERLAYABLE_NAME)); in getOverlayInfosForTarget_registerMultipleOverlays_shouldReturnRegisteredOverlays()
199 mFacilitator.prepare(mOverlayName, OVERLAYABLE_NAME, true /* isSelfTarget */); in commit_selfTargetOverlay_isSelfTargetingTransaction_shouldSucceed()
213 mFacilitator.prepare(mOverlayName, OVERLAYABLE_NAME, false /* isSelfTarget */); in commit_notSelfTargetOverlay_isSelfTargetingTransaction_shouldSucceed()
227 mFacilitator.prepare(mOverlayName, OVERLAYABLE_NAME, true /* isSelfTarget */); in commit_selfTargetOverlay_notSelfTargetingTransaction_shouldSucceed()
241 mFacilitator.prepare(mOverlayName, OVERLAYABLE_NAME, false /* isSelfTarget */); in commit_notSelfTargetOverlay_notSelfTargetingTransaction_shouldSucceed()
/cts/tests/tests/os/src/android/os/cts/
DLooperTest.java77 Looper.prepare(); in testLoop()
98 Looper.prepare(); in testMyLooper()
112 Looper.prepare(); in testIsCurrentThread()
136 Looper.prepare(); in testMyQueue()
149 Looper.prepare(); in testGetQueue()
162 Looper.prepare(); in testPrepare()
165 Looper.prepare(); in testPrepare()
197 Looper.prepare(); in testQuit()
230 Looper.prepare(); in testSetMessageLogging()
/cts/tests/BlobStore/src/com/android/cts/blob/
DBlobStoreManagerTest.java155 blobData.prepare(); in testGetCreateSession()
168 blobData.prepare(); in testCreateBlobHandle_invalidArguments()
204 blobData.prepare(); in testAbandonSession()
222 blobData.prepare(); in testOpenReadWriteSession()
247 blobData.prepare(); in testOpenSession_fromAnotherPkg()
273 blobData.prepare(); in testOpenSessionAndAbandon()
300 blobData.prepare(); in testCloseSession()
339 blobData.prepare(); in testAllowPublicAccess()
360 blobData.prepare(); in testAllowPublicAccess_abandonedSession()
383 blobData.prepare(); in testAllowSameSignatureAccess()
[all …]
/cts/tests/tests/mediastress/src/android/mediastress/cts/
DCodecTest.java91 mp.prepare(); in getDuration()
111 mp.prepare(); in getCurrentPosition()
138 mp.prepare(); in seekTo()
165 mp.prepare(); in setLooping()
202 mp.prepare(); in pause()
227 mp.prepare(); in prepareStopRelease()
236 mp.prepare(); in preparePauseRelease()
270 mMediaPlayer.prepare(); in videoHeight()
306 mMediaPlayer.prepare(); in videoWidth()
331 mp.prepare(); in videoSeekTo()
[all …]
DMediaRecorderStressTest.java108 Looper.prepare(); in setUp()
284 mRecorder.prepare(); in testStressRecorder()
376 mRecorder.prepare(); in testStressCameraSwitchRecorder()
395 mp.prepare(); in validateRecordedVideo()
457 mRecorder.prepare(); in testStressRecordVideoAndPlayback()
467 mp.prepare(); in testStressRecordVideoAndPlayback()
/cts/tests/app/src/android/app/cts/
DActivityManagerFgsBgStartTest.java229 waiter.prepare(ACTION_START_FGSL_RESULT); in testFgsLocationStartFromBG()
260 waiter.prepare(ACTION_START_FGS_RESULT); in testFgsLocationStartFromBG()
295 waiter.prepare(ACTION_START_FGSL_RESULT); in testFgsLocationStartFromBG()
347 waiter.prepare(ACTION_START_FGSL_RESULT); in testFgsLocationStartFromBGTwoProcesses()
376 waiter.prepare(ACTION_START_FGSL_RESULT); in testFgsLocationStartFromBGTwoProcesses()
429 waiter.prepare(ACTION_START_FGSL_RESULT); in testFgsLocationPendingIntent()
453 waiter.prepare(ACTION_START_FGS_RESULT); in testFgsLocationPendingIntent()
468 waiter.prepare(ACTION_START_FGSL_RESULT); in testFgsLocationPendingIntent()
499 waiter.prepare(ACTION_START_FGSL_RESULT); in testFgsLocationPendingIntent()
549 waiter.prepare(ACTION_START_FGSL_RESULT); in testFgsLocationStartFromBGWithBind()
[all …]
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8431/
Dpoc.c41 static int prepare() in prepare() function
64 prepare(); in main()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-6732/
Dpoc.c96 static void prepare() in prepare() function
126 prepare(); in main()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-6735/
Dpoc.c100 static void prepare() in prepare() function
128 prepare(); in main()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-6733/
Dpoc.c96 static void prepare() in prepare() function
127 prepare(); in main()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-6734/
Dpoc.c101 static void prepare() in prepare() function
129 prepare(); in main()
/cts/tests/tests/media/player/src/android/media/player/cts/
DMediaPlayerTest.java233 mMediaPlayer.prepare(); in testIfMediaServerDied()
253 mp2.prepare(); in testVorbisCrash()
262 mp.prepare(); in testVorbisCrash()
305 mediaPlayer.prepare(); in testPlayContentUri()
369 mp.prepare(); in testPlayAudioFromDataURI()
440 mp.prepare();
581 mp.prepare(); in runMidiTest()
770 player.prepare(); in initMediaPlayer()
997 mp1.prepare(); in testGapless()
1008 mp2.prepare(); in testGapless()
[all …]
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-6730/
Dpoc.c104 static void prepare() in prepare() function
132 prepare(); in main()
/cts/tests/tests/telephony3/src/android/telephony3/cts/
DPhoneStateListenerTest.java74 Looper.prepare(); in testPhoneStateListener()
86 Looper.prepare(); in testOnUnRegisterFollowedByRegister()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-6731/
Dpoc.c104 static void prepare() in prepare() function
132 prepare(); in main()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21251/src/android/security/cts/CVE_2023_21251/
DPocActivity.java31 Intent intent = new PocVpnService().prepare(this); in onCreate()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8432/
Dpoc.c58 static int prepare() in prepare() function
112 prepare(); in main()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-6736/
Dpoc.c114 static void prepare() in prepare() function
142 prepare(); in main()
/cts/tests/tests/nfc/src/android/nfc/cts/
DOffHostApduServiceTest.java18 Looper.prepare(); in setUp()
/cts/tests/tests/mediacujtest/common/src/android/media/cujcommon/cts/
DScrollTestActivity.java103 mFirstPlayer.prepare(); in onStart()
104 mSecondPlayer.prepare(); in onStart()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-39622/src/android/security/cts/CVE_2021_39622/
DPocActivity.java37 Intent intent = VpnService.prepare(this); in onCreate()
/cts/tests/app/app/src/android/app/stubs/
DPendingIntentStubActivity.java43 public static void prepare() { in prepare() method in PendingIntentStubActivity
/cts/tests/tests/systemui/AudioRecorderTestApp_MediaRecorder/src/android/systemui/cts/audiorecorder/mediarecorder/
DAudioRecorderService.java37 mMediaRecorder.prepare(); in startRecording()

123456