/aosp_15_r20/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/ |
H A D | ProcessUtil.java | 140 ITestDevice device, String pgrepRegex, long timeoutMs) in waitProcessRunning() 198 public static void waitPidExited(ITestDevice device, int pid, long timeoutMs) in waitPidExited() 233 public static void killPid(ITestDevice device, int pid, long timeoutMs) in killPid() 246 public static void killPid(ITestDevice device, int pid, int signal, long timeoutMs) in killPid() 272 public static boolean killAll(ITestDevice device, String pgrepRegex, long timeoutMs) in killAll() 288 ITestDevice device, String pgrepRegex, long timeoutMs, boolean expectExist) in killAll() 343 final long timeoutMs) in withProcessKill()
|
/aosp_15_r20/packages/services/Car/libs/car-test-lib/src/android/car/test/mocks/ |
D | JavaMockitoHelper.java | 46 public static void await(@NonNull CountDownLatch latch, long timeoutMs) in await() 62 public static void await(@NonNull Semaphore semaphore, long timeoutMs) in await() 78 public static boolean silentAwait(@NonNull CountDownLatch latch, long timeoutMs) { in silentAwait() 108 public static <T> T getResult(@NonNull Future<T> future, long timeoutMs, in getResult()
|
D | BlockingAnswer.java | 62 private BlockingAnswer(long timeoutMs, @NonNull Visitor<InvocationOnMock> invocator, in BlockingAnswer() 84 public static BlockingAnswer<Void> forVoidReturn(long timeoutMs, in forVoidReturn() 97 public static <T> BlockingAnswer<T> forReturn(long timeoutMs, in forReturn()
|
/aosp_15_r20/packages/modules/Connectivity/staticlibs/testutils/devicetests/com/android/testutils/ |
D | PollPacketReader.java | 83 public byte[] popPacket(long timeoutMs) { in popPacket() 93 public byte[] popPacket(long timeoutMs, @NonNull Predicate<byte[]> filter) { in popPacket() 101 public byte[] poll(long timeoutMs) { in poll() 109 public byte[] poll(long timeoutMs, @NonNull Predicate<byte[]> filter) { in poll()
|
/aosp_15_r20/cts/tests/tests/nativemidi/java/android/nativemidi/cts/ |
H A D | NativeMidiEchoTest.java | 295 final int timeoutMs = TIMEOUT_PER_MESSAGE_MS * numMessages; in test_C_EchoSmallMessage() local 320 final int timeoutMs = TIMEOUT_PER_MESSAGE_MS * numMessages; in test_D_EchoNMessages() local 350 final int timeoutMs = TIMEOUT_PER_MESSAGE_MS * numMessages; in test_E_FlushMessages() local 404 final int timeoutMs = TIMEOUT_PER_MESSAGE_MS * numMessages; in test_G_NativeEchoTime() local 440 final int timeoutMs = TIMEOUT_PER_MESSAGE_MS * numMessages; in test_H_EchoNMessages_PureNative() local 467 final int timeoutMs = TIMEOUT_PER_MESSAGE_MS * numMessages; in test_I_NativeEchoTime_PureNative() local
|
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/ |
D | AdServicesCommonServiceImplTest.java | 1138 private SyncIAdServicesCommonCallback(long timeoutMs) { in SyncIAdServicesCommonCallback() 1145 private SyncIUpdateAdIdCallback(long timeoutMs) { in SyncIUpdateAdIdCallback() 1153 private SyncIEnableAdServicesCallback(long timeoutMs) { in SyncIEnableAdServicesCallback() 1161 private SyncIAdServicesCommonStatesCallback(long timeoutMs) { in SyncIAdServicesCommonStatesCallback() 1169 private RequestAdServicesModuleOverridesCallback(long timeoutMs) { in RequestAdServicesModuleOverridesCallback() 1182 private RequestAdServicesModuleUserChoicesCallback(long timeoutMs) { in RequestAdServicesModuleUserChoicesCallback()
|
/aosp_15_r20/packages/services/Car/car-lib/src/android/car/ |
D | ICarUserService.aidl | 37 void switchUser(int targetUserId, int timeoutMs, in switchUser() 39 void logoutUser(int timeoutMs, in ResultCallbackImpl<UserSwitchResult> callback); in logoutUser() 41 void createUser(in UserCreationRequest userCreationRequest, int timeoutMs, in createUser() 50 void setUserIdentificationAssociation(int timeoutMs, in int[] types, in int[] values, in setUserIdentificationAssociation()
|
/aosp_15_r20/cts/tests/tests/appenumeration/lib/src/android/appenumeration/cts/ |
H A D | TestActivity.java | 482 String action, long timeoutMs) { in awaitPackageBroadcast() 500 token, timeoutMs); in awaitPackageBroadcast() local 504 String expectedPkgName, String action, long timeoutMs) { in awaitPackageRestartedBroadcast() 522 mainHandler.postDelayed(() -> remoteCallback.sendResult(result), token, timeoutMs); in awaitPackageRestartedBroadcast() local 526 List<String> awaitList, String action, long timeoutMs) { in awaitSuspendedPackagesBroadcast() 550 mainHandler.postDelayed(() -> sendResult.run(), token, timeoutMs); in awaitSuspendedPackagesBroadcast() local 560 String[] expectedPackages, long timeoutMs) { in awaitLauncherAppsCallback() 872 Account account, String authority, long timeoutMs) { in awaitRequestSyncStatus() 890 token, timeoutMs); in awaitRequestSyncStatus() local 907 String authority, long timeoutMs) { in awaitRequestPeriodicSync() [all …]
|
/aosp_15_r20/platform_testing/libraries/health/runners/longevity/platform/tests/src/android/platform/test/longevity/ |
H A D | ScheduledScenarioRunnerTest.java | 92 long timeoutMs = TimeUnit.SECONDS.toMillis(6); in testOverTimeTest_throwsTestTimedOutException() local 185 long timeoutMs = TimeUnit.SECONDS.toMillis(6); in testRespectsAfterTestPolicy_stayInApp() local 216 long timeoutMs = TimeUnit.SECONDS.toMillis(6); in testRespectsAfterTestPolicy_exit() local 243 long timeoutMs = TimeUnit.SECONDS.toMillis(6); in testIgnoredScenario_doesIdle() local
|
/aosp_15_r20/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
H A D | UiAutomatorUtils2.java | 88 public static void waitUntilObjectGone(BySelector selector, long timeoutMs) { in waitUntilObjectGone() 112 public static UiObject2 waitFindObject(BySelector selector, long timeoutMs) in waitFindObject() 127 public static UiObject2 waitFindObjectOrNull(BySelector selector, long timeoutMs) in waitFindObjectOrNull() 235 BySelector selector, long timeoutMs, int displayId) throws UiObjectNotFoundException { in waitFindObjectOrNullOnDisplay()
|
/aosp_15_r20/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/ |
H A D | VoiceInteractionSessionVisibleActivityTest.java | 213 final long timeoutMs = Utils.getAdjustedOperationTimeoutMs(); in getResultOnPerformActivityChange() local 244 final long timeoutMs = Utils.getAdjustedOperationTimeoutMs(); in registerVisibleActivityCallback() local 322 final long timeoutMs = Utils.getAdjustedOperationTimeoutMs(); in startActivity() local 360 final long timeoutMs = Utils.getAdjustedOperationTimeoutMs(); in executeRemoteCommand() local
|
/aosp_15_r20/external/webrtc/examples/androidtests/src/org/appspot/apprtc/test/ |
H A D | PeerConnectionClientTest.java | 128 public boolean waitForFramesRendered(int timeoutMs) throws InterruptedException { in waitForFramesRendered() 214 private boolean waitForLocalDescription(int timeoutMs) throws InterruptedException { in waitForLocalDescription() 228 private boolean waitForIceCandidates(int timeoutMs) throws InterruptedException { in waitForIceCandidates() 242 private boolean waitForIceConnected(int timeoutMs) throws InterruptedException { in waitForIceConnected() 257 private boolean waitForPeerConnectionClosed(int timeoutMs) throws InterruptedException { in waitForPeerConnectionClosed()
|
/aosp_15_r20/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/ |
D | CarApiTestBase.java | 161 public void waitForConnection(long timeoutMs) throws InterruptedException { in waitForConnection() 210 protected static void waitForLogcatMessage(String cmd, String match, int timeoutMs) { in waitForLogcatMessage() 235 protected static boolean waitUntil(String msg, long timeoutMs, in waitUntil() 256 protected static boolean waitUntilNoFail(long timeoutMs, in waitUntilNoFail()
|
/aosp_15_r20/external/cronet/base/test/android/java/src/org/chromium/base/ |
H A D | MultiprocessTestClientLauncher.java | 163 private boolean waitForConnection(long timeoutMs) { in waitForConnection() 185 private Integer getMainReturnCode(long timeoutMs) { in getMainReturnCode() 265 private static MainReturnCodeResult waitForMainToReturn(final int pid, final int timeoutMs) { in waitForMainToReturn() 270 int pid, int timeoutMs) { in waitForMainToReturnOnLauncherThread()
|
/aosp_15_r20/frameworks/base/services/backup/java/com/android/server/backup/remote/ |
H A D | RemoteCall.java | 57 public static RemoteResult execute(RemoteCallable<IBackupCallback> callable, long timeoutMs) in execute() 75 public RemoteCall(RemoteCallable<IBackupCallback> callable, long timeoutMs) { in RemoteCall() 86 public RemoteCall(boolean cancelled, RemoteCallable<IBackupCallback> callable, long timeoutMs) { in RemoteCall()
|
/aosp_15_r20/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
H A D | AsyncSmsMessageListener.java | 56 public String waitForSmsMessage(int timeoutMs) { in waitForSmsMessage() 68 public Intent waitForMessageSentIntent(int timeoutMs) { in waitForMessageSentIntent() 80 public Intent waitForMessageDeliveredIntent(int timeoutMs) { in waitForMessageDeliveredIntent()
|
/aosp_15_r20/packages/services/Car/service/src/com/android/car/hal/ |
D | UserHalService.java | 309 public void getInitialUserInfo(int requestType, int timeoutMs, UsersInfo usersInfo, in getInitialUserInfo() 363 private void sendHalRequest(int requestId, int timeoutMs, HalPropValue request, in sendHalRequest() 365 mHandler.postDelayed(() -> handleCheckIfRequestTimedOut(requestId), requestId, timeoutMs); in sendHalRequest() local 386 public void switchUser(SwitchUserRequest request, int timeoutMs, in switchUser() 456 public void createUser(CreateUserRequest request, int timeoutMs, in createUser() 649 public void setUserAssociation(int timeoutMs, UserIdentificationSetRequest request, in setUserAssociation()
|
/aosp_15_r20/cts/tests/location/common/src/android/location/cts/common/ |
H A D | LocationPendingIntentCapture.java | 67 public Location getNextLocation(long timeoutMs) throws InterruptedException { in getNextLocation() 75 public Integer getNextFlush(long timeoutMs) throws InterruptedException { in getNextFlush() 83 public Boolean getNextProviderChange(long timeoutMs) throws InterruptedException { in getNextProviderChange()
|
H A D | LocationListenerCapture.java | 41 public Location getNextLocation(long timeoutMs) throws InterruptedException { in getNextLocation() 45 public Integer getNextFlush(long timeoutMs) throws InterruptedException { in getNextFlush() 49 public Boolean getNextProviderChange(long timeoutMs) throws InterruptedException { in getNextProviderChange()
|
/aosp_15_r20/external/cronet/build/android/incremental_install/java/org/chromium/incrementalinstall/ |
H A D | LockFile.java | 39 static void waitForInstallerLock(final File file, long timeoutMs) { in waitForInstallerLock() 52 private static void pollingWait(Callable<Boolean> func, File file, long timeoutMs) { in pollingWait() 102 static void waitForRuntimeLock(final File file, long timeoutMs) { in waitForRuntimeLock()
|
/aosp_15_r20/external/angle/build/android/incremental_install/java/org/chromium/incrementalinstall/ |
H A D | LockFile.java | 39 static void waitForInstallerLock(final File file, long timeoutMs) { in waitForInstallerLock() 52 private static void pollingWait(Callable<Boolean> func, File file, long timeoutMs) { in pollingWait() 102 static void waitForRuntimeLock(final File file, long timeoutMs) { in waitForRuntimeLock()
|
/aosp_15_r20/out/soong/.intermediates/art/artd/binder/artd-aidl-java-source/gen/com/android/server/art/ |
D | IArtdNotification.java | 27 @Override public boolean wait(int timeoutMs) throws android.os.RemoteException in wait() 114 @Override public boolean wait(int timeoutMs) throws android.os.RemoteException in wait() 144 public boolean wait(int timeoutMs) throws android.os.RemoteException; in wait()
|
/aosp_15_r20/cts/tests/suspendapps/tests/src/android/suspendapps/cts/ |
H A D | TestAppInterface.java | 115 Intent awaitTestActivityStart(long timeoutMs) throws RemoteException { in awaitTestActivityStart() 123 Intent awaitBroadcast(long timeoutMs) { in awaitBroadcast() 170 synchronized Intent awaitIntent(long timeoutMs) { in awaitIntent()
|
/aosp_15_r20/frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/ |
H A D | StateWaiter.java | 97 public void waitForState(int state, long timeoutMs) { in waitForState() 100 waitForAnyOfStates(Arrays.asList(stateArray), timeoutMs); in waitForState() local 120 public int waitForAnyOfStates(Collection<Integer> states, final long timeoutMs) { in waitForAnyOfStates()
|
/aosp_15_r20/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/ |
D | CarPowerManagementServiceUnitTest.java | 3131 private static void waitForSemaphore(Semaphore semaphore, long timeoutMs) in waitForSemaphore() 3273 private void waitForDisplayBrightness(int displayId, int expectedBrightness, long timeoutMs) in waitForDisplayBrightness() 3307 private void waitForDisplayOn(int displayId, long timeoutMs) throws Exception { in waitForDisplayOn() 3311 private void waitForDisplayOff(int displayId, long timeoutMs) throws Exception { in waitForDisplayOff() 3315 private void waitForAllDisplaysOn(long timeoutMs) throws Exception { in waitForAllDisplaysOn() 3319 private void waitForAllDisplaysOff(long timeoutMs) throws Exception { in waitForAllDisplaysOff() 3323 private void waitForAllDisplaysState(boolean expectedState, long timeoutMs) in waitForAllDisplaysState() 3339 private void waitForDisplayState(int displayId, boolean expectedState, long timeoutMs) in waitForDisplayState() 3461 private void waitForDisplayHandled(long timeoutMs) throws Exception { in waitForDisplayHandled() 3511 public void waitForShutdown(long timeoutMs) throws Exception { in waitForShutdown() [all …]
|