Home
last modified time | relevance | path

Searched defs:timeoutMs (Results 1 – 25 of 70) sorted by relevance

123

/frameworks/base/services/backup/java/com/android/server/backup/remote/
DRemoteCall.java57 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()
/frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/
DStateWaiter.java97 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()
/frameworks/base/core/tests/coretests/src/android/app/activity/
DActivityTestsBase.java143 public int waitForResultOrThrow(int timeoutMs) { in waitForResultOrThrow()
147 public int waitForResultOrThrow(int timeoutMs, String expected) { in waitForResultOrThrow()
163 public int waitForResult(int timeoutMs, String expected) { in waitForResult()
/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
DBlockingSessionCallback.java139 public CameraCaptureSession waitAndGetSession(long timeoutMs) { in waitAndGetSession()
233 CameraCaptureSession session, Surface surface, long timeoutMs) { in waitForSurfacePrepared()
292 long timeoutMs = unit.convert(timeout, TimeUnit.MILLISECONDS); in get() local
/frameworks/av/media/utils/
DTimeCheck.cpp67 TimeCheck::TimeCheck(const char *tag, uint32_t timeoutMs) in TimeCheck()
84 nsecs_t TimeCheck::TimeCheckThread::startMonitoring(const char *tag, uint32_t timeoutMs) { in startMonitoring()
/frameworks/base/cmds/incidentd/src/
DSection.h44 const int64_t timeoutMs; // each section must have a timeout variable
DSection.cpp80 Section::Section(int i, int64_t timeoutMs) in Section()
90 FileSection::FileSection(int id, const char* filename, const int64_t timeoutMs) in FileSection()
253 WorkerThreadSection::WorkerThreadSection(int id, const int64_t timeoutMs) in WorkerThreadSection()
332 CommandSection::CommandSection(int id, const int64_t timeoutMs, const char* command, ...) in CommandSection()
722 TombstoneSection::TombstoneSection(int id, const char* type, const int64_t timeoutMs) in TombstoneSection()
/frameworks/opt/car/services/src/com/android/internal/car/
DICarServiceHelper.aidl28 int forceSuspend(int timeoutMs); in forceSuspend()
/frameworks/base/core/java/android/os/
DConditionVariable.java117 public boolean block(long timeoutMs) in block()
/frameworks/base/core/tests/screenshothelpertests/src/com/android/internal/util/
DScreenshotHelperTest.java101 long timeoutMs = 10; in testScreenshotTimesOut() local
/frameworks/base/tests/net/integration/util/com/android/server/
DNetworkAgentWrapper.java231 public void expectPreventReconnectReceived(long timeoutMs) { in expectPreventReconnectReceived()
235 public void expectDisconnected(long timeoutMs) { in expectDisconnected()
267 public void waitForIdle(long timeoutMs) { in waitForIdle()
/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/
DOneTimeSettingsListener.java44 @NonNull String key, int timeoutMs) { in OneTimeSettingsListener()
/frameworks/opt/car/services/src/jni/
Dcom_android_internal_car_CarServiceHelperService.cpp31 static jint nativeForceSuspend(JNIEnv* /* env */, jclass /* clazz */, jint timeoutMs) { in nativeForceSuspend()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSecurityCallback.java54 void reportUnlockAttempt(int userId, boolean success, int timeoutMs); in reportUnlockAttempt()
/frameworks/base/services/net/java/android/net/util/
DNetdService.java82 long timeoutMs = 0; in get() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthCredentialPatternView.java78 private void onPatternVerified(byte[] attestation, int timeoutMs) { in onPatternVerified()
DAuthCredentialPasswordView.java113 protected void onCredentialVerified(byte[] attestation, int timeoutMs) { in onCredentialVerified()
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
DCameraStateHolder.java95 long timeoutMs) { in waitForCondition()
DDispatchThread.java73 public void runJobSync(final Runnable job, Object waitLock, long timeoutMs, String jobMsg) { in runJobSync()
/frameworks/base/core/java/android/service/trust/
DITrustAgentService.aidl28 oneway void onUnlockLockout(int timeoutMs); in onUnlockLockout()
/frameworks/base/tests/ActivityManagerPerfTests/tests/src/com/android/frameworks/perftests/am/util/
DTimeReceiver.java78 public long getReceivedTimeNs(String type, long timeoutMs) { in getReceivedTimeNs()
/frameworks/base/core/java/android/app/trust/
DITrustManager.aidl29 void reportUnlockLockout(int timeoutMs, int userId); in reportUnlockLockout()
/frameworks/base/telephony/common/com/android/internal/telephony/util/
DTelephonyUtils.java151 public static void waitUntilReady(CountDownLatch latch, long timeoutMs) { in waitUntilReady()
/frameworks/base/core/tests/coretests/src/android/os/
DBinderWorkSourceTest.java88 final long timeoutMs = System.currentTimeMillis() + 30_000; in setUp() local
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DBaseIDevicePolicyManager.java79 public void setManagedProfileMaximumTimeOff(ComponentName admin, long timeoutMs) { in setManagedProfileMaximumTimeOff()

123