/cts/tests/tests/content/src/android/content/om/cts/ |
D | OverlayManagerTransactionTest.java | 105 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()
|
D | FabricatedOverlayFacilitator.java | 52 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
|
D | OverlayManagerTest.java | 167 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/ |
D | LooperTest.java | 77 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/ |
D | BlobStoreManagerTest.java | 155 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/ |
D | CodecTest.java | 91 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 …]
|
D | MediaRecorderStressTest.java | 108 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/ |
D | ActivityManagerFgsBgStartTest.java | 229 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/ |
D | poc.c | 41 static int prepare() in prepare() function 64 prepare(); in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-6732/ |
D | poc.c | 96 static void prepare() in prepare() function 126 prepare(); in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-6735/ |
D | poc.c | 100 static void prepare() in prepare() function 128 prepare(); in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-6733/ |
D | poc.c | 96 static void prepare() in prepare() function 127 prepare(); in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-6734/ |
D | poc.c | 101 static void prepare() in prepare() function 129 prepare(); in main()
|
/cts/tests/tests/media/player/src/android/media/player/cts/ |
D | MediaPlayerTest.java | 233 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/ |
D | poc.c | 104 static void prepare() in prepare() function 132 prepare(); in main()
|
/cts/tests/tests/telephony3/src/android/telephony3/cts/ |
D | PhoneStateListenerTest.java | 74 Looper.prepare(); in testPhoneStateListener() 86 Looper.prepare(); in testOnUnRegisterFollowedByRegister()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-6731/ |
D | poc.c | 104 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/ |
D | PocActivity.java | 31 Intent intent = new PocVpnService().prepare(this); in onCreate()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8432/ |
D | poc.c | 58 static int prepare() in prepare() function 112 prepare(); in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-6736/ |
D | poc.c | 114 static void prepare() in prepare() function 142 prepare(); in main()
|
/cts/tests/tests/nfc/src/android/nfc/cts/ |
D | OffHostApduServiceTest.java | 18 Looper.prepare(); in setUp()
|
/cts/tests/tests/mediacujtest/common/src/android/media/cujcommon/cts/ |
D | ScrollTestActivity.java | 103 mFirstPlayer.prepare(); in onStart() 104 mSecondPlayer.prepare(); in onStart()
|
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-39622/src/android/security/cts/CVE_2021_39622/ |
D | PocActivity.java | 37 Intent intent = VpnService.prepare(this); in onCreate()
|
/cts/tests/app/app/src/android/app/stubs/ |
D | PendingIntentStubActivity.java | 43 public static void prepare() { in prepare() method in PendingIntentStubActivity
|
/cts/tests/tests/systemui/AudioRecorderTestApp_MediaRecorder/src/android/systemui/cts/audiorecorder/mediarecorder/ |
D | AudioRecorderService.java | 37 mMediaRecorder.prepare(); in startRecording()
|