/aosp14/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()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
H A D | TimeoutHandler.java | 97 long timeoutMs = accessibilityManager.getRecommendedTimeoutMillis( in resetTimeout() local 101 sendMessageDelayed(obtainMessage(MESSAGE_CORNER_TIMEOUT), timeoutMs); in resetTimeout() local
|
H A D | ScreenshotSmartActions.java | 114 CompletableFuture<List<Notification.Action>> smartActionsFuture, int timeoutMs, in getSmartActions()
|
H A D | SaveImageInBackgroundTask.java | 163 int timeoutMs = DeviceConfig.getInt( in doInBackground() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationInlineImageResolver.java | 143 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 D | NotificationInlineImageCache.java | 62 public Drawable get(Uri uri, long timeoutMs) { in get()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/app/activity/ |
H A D | ActivityTestsBase.java | 143 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 D | Section.h | 44 const int64_t timeoutMs; // each section must have a timeout variable
|
H A D | Section.cpp | 79 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 D | ConditionVariable.java | 117 public boolean block(long timeoutMs) in block()
|
/aosp14/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/ |
H A D | OneTimeSettingsListener.java | 44 @NonNull String key, int timeoutMs) { in OneTimeSettingsListener()
|
/aosp14/frameworks/base/core/tests/screenshothelpertests/src/com/android/internal/util/ |
H A D | ScreenshotHelperTest.java | 116 long timeoutMs = 10; in testScreenshotTimesOut() local
|
/aosp14/frameworks/base/services/net/java/android/net/util/ |
H A D | NetdService.java | 82 long timeoutMs = 0; in get() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/sensors/ |
H A D | ProximityCheck.java | 64 public void check(long timeoutMs, Consumer<Boolean> callback) { in check()
|
/aosp14/frameworks/base/tests/SurfaceViewBufferTests/cpp/ |
H A D | SurfaceProxy.cpp | 50 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 D | TimeReceiver.java | 78 public long getReceivedTimeNs(String type, long timeoutMs) { in getReceivedTimeNs()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | BLASTSyncEngine.java | 431 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 D | ITrustAgentService.aidl | 30 oneway void onUnlockLockout(int timeoutMs); in onUnlockLockout()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardSecurityCallback.java | 68 default void reportUnlockAttempt(int userId, boolean success, int timeoutMs) { in reportUnlockAttempt()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/os/ |
H A D | BinderWorkSourceTest.java | 88 final long timeoutMs = System.currentTimeMillis() + 30_000; in setUp() local
|
/aosp14/frameworks/base/core/java/com/android/internal/util/ |
H A D | SyncResultReceiver.java | 49 public SyncResultReceiver(int timeoutMs) { in SyncResultReceiver()
|
H A D | ScreenshotHelper.java | 109 @Nullable Consumer<Uri> completionConsumer, long timeoutMs) { in takeScreenshotInternal()
|
/aosp14/frameworks/base/core/java/android/app/trust/ |
H A D | ITrustManager.aidl | 31 void reportUnlockLockout(int timeoutMs, int userId); in reportUnlockLockout()
|
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/ |
H A D | MffFilterTestCase.java | 117 protected void process(long timeoutMs) in process()
|
/aosp14/frameworks/base/services/robotests/backup/src/com/android/server/backup/testing/ |
H A D | TestUtils.java | 68 public static void waitUntil(Supplier<Boolean> condition, long stepMs, long timeoutMs) in waitUntil()
|