Home
last modified time | relevance | path

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

123

/aosp14/frameworks/base/services/backup/java/com/android/server/backup/remote/
H A 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()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DTimeoutHandler.java97 long timeoutMs = accessibilityManager.getRecommendedTimeoutMillis( in resetTimeout() local
101 sendMessageDelayed(obtainMessage(MESSAGE_CORNER_TIMEOUT), timeoutMs); in resetTimeout() local
H A DScreenshotSmartActions.java114 CompletableFuture<List<Notification.Action>> smartActionsFuture, int timeoutMs, in getSmartActions()
H A DSaveImageInBackgroundTask.java163 int timeoutMs = DeviceConfig.getInt( in doInBackground() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationInlineImageResolver.java143 private Drawable loadImageFromCache(Uri uri, long timeoutMs) { in loadImageFromCache()
226 void waitForPreloadedImages(long timeoutMs) { in waitForPreloadedImages()
255 Drawable get(Uri uri, long timeoutMs); in get()
H A DNotificationInlineImageCache.java62 public Drawable get(Uri uri, long timeoutMs) { in get()
/aosp14/frameworks/base/core/tests/coretests/src/android/app/activity/
H A 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()
/aosp14/frameworks/base/cmds/incidentd/src/
H A DSection.h44 const int64_t timeoutMs; // each section must have a timeout variable
H A DSection.cpp79 Section::Section(int i, int64_t timeoutMs) in Section()
89 FileSection::FileSection(int id, const char* filename, const int64_t timeoutMs) in FileSection()
252 WorkerThreadSection::WorkerThreadSection(int id, const int64_t timeoutMs) in WorkerThreadSection()
331 CommandSection::CommandSection(int id, const int64_t timeoutMs, const char* command, ...) in CommandSection()
721 TombstoneSection::TombstoneSection(int id, const char* type, const int64_t timeoutMs) in TombstoneSection()
/aosp14/frameworks/base/core/java/android/os/
H A DConditionVariable.java117 public boolean block(long timeoutMs) in block()
/aosp14/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/
H A DOneTimeSettingsListener.java44 @NonNull String key, int timeoutMs) { in OneTimeSettingsListener()
/aosp14/frameworks/base/core/tests/screenshothelpertests/src/com/android/internal/util/
H A DScreenshotHelperTest.java116 long timeoutMs = 10; in testScreenshotTimesOut() local
/aosp14/frameworks/base/services/net/java/android/net/util/
H A DNetdService.java82 long timeoutMs = 0; in get() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/sensors/
H A DProximityCheck.java64 public void check(long timeoutMs, Consumer<Boolean> callback) { in check()
/aosp14/frameworks/base/tests/SurfaceViewBufferTests/cpp/
H A DSurfaceProxy.cpp50 JNIEnv*, jclass, jlong jFrameNumber, jint timeoutMs) { in Java_com_android_test_SurfaceProxy_waitUntilBufferDisplayed()
124 jint timeoutMs) { in Java_com_android_test_SurfaceProxy_SurfaceDequeueBuffer()
212 JNIEnv* /* env */, jclass /* clazz */, jlong timeoutMs) { in Java_com_android_test_SurfaceProxy_SurfaceSetDequeueTimeout()
/aosp14/frameworks/base/tests/ActivityManagerPerfTests/tests/src/com/android/frameworks/perftests/am/util/
H A DTimeReceiver.java78 public long getReceivedTimeNs(String type, long timeoutMs) { in getReceivedTimeNs()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DBLASTSyncEngine.java431 int startSyncSet(TransactionReadyListener listener, long timeoutMs, String name, in startSyncSet()
442 void startSyncSet(SyncGroup s, long timeoutMs, boolean parallel) { in startSyncSet()
471 void scheduleTimeout(SyncGroup s, long timeoutMs) { in scheduleTimeout()
/aosp14/frameworks/base/core/java/android/service/trust/
H A DITrustAgentService.aidl30 oneway void onUnlockLockout(int timeoutMs); in onUnlockLockout()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSecurityCallback.java68 default void reportUnlockAttempt(int userId, boolean success, int timeoutMs) { in reportUnlockAttempt()
/aosp14/frameworks/base/core/tests/coretests/src/android/os/
H A DBinderWorkSourceTest.java88 final long timeoutMs = System.currentTimeMillis() + 30_000; in setUp() local
/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DSyncResultReceiver.java49 public SyncResultReceiver(int timeoutMs) { in SyncResultReceiver()
H A DScreenshotHelper.java109 @Nullable Consumer<Uri> completionConsumer, long timeoutMs) { in takeScreenshotInternal()
/aosp14/frameworks/base/core/java/android/app/trust/
H A DITrustManager.aidl31 void reportUnlockLockout(int timeoutMs, int userId); in reportUnlockLockout()
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/
H A DMffFilterTestCase.java117 protected void process(long timeoutMs) in process()
/aosp14/frameworks/base/services/robotests/backup/src/com/android/server/backup/testing/
H A DTestUtils.java68 public static void waitUntil(Supplier<Boolean> condition, long stepMs, long timeoutMs) in waitUntil()

123