/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/ |
D | OneHandedTimeoutHandler.java | 40 private @OneHandedSettingsUtil.OneHandedTimeout int mTimeout = field in OneHandedTimeoutHandler 42 private long mTimeoutMs = TimeUnit.SECONDS.toMillis(mTimeout); 52 return mTimeout; in getTimeout() 75 mTimeout = timeout; in setTimeout() 76 mTimeoutMs = TimeUnit.SECONDS.toMillis(mTimeout); in setTimeout() 92 if (mTimeout == OneHandedSettingsUtil.ONE_HANDED_TIMEOUT_NEVER) { in resetTimer() 95 if (mTimeout != OneHandedSettingsUtil.ONE_HANDED_TIMEOUT_NEVER) { in resetTimer() 117 listener.onTimeout(mTimeout); in onStop() 125 pw.println(mTimeout); in dump()
|
/frameworks/base/packages/Shell/tests/src/com/android/shell/ |
D | UiBot.java | 51 private final int mTimeout; field in UiBot 56 mTimeout = timeout; in UiBot() 68 boolean gotIt = mDevice.wait(Until.hasObject(By.pkg(SYSTEMUI_PACKAGE)), mTimeout); in getNotification() 84 By.res(SYSTEMUI_PACKAGE, "notification_stack_scroller")), mTimeout); in getNotification2() 134 boolean gotIt = mDevice.wait(Until.hasObject(By.text(text)), mTimeout); in getObject() 145 boolean gotIt = mDevice.wait(Until.hasObject(By.res(id)), mTimeout); in getObjectById() 213 boolean gotIt = mDevice.wait(Until.hasObject(By.text(share)), mTimeout); in chooseActivity()
|
/frameworks/base/core/tests/coretests/src/android/util/ |
D | PollingCheck.java | 30 private final long mTimeout; field in PollingCheck 44 mTimeout = timeout; in PollingCheck() 57 long timeout = mTimeout; in run()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | VerifyCredentialResponse.java | 50 private final int mTimeout; field in VerifyCredentialResponse 130 mTimeout = timeout; in VerifyCredentialResponse() 136 return new VerifyCredentialResponse(mResponseCode, mTimeout, in stripPayload() 143 dest.writeInt(mTimeout); in writeToParcel() 167 return mTimeout; in getTimeout()
|
/frameworks/base/core/java/android/service/gatekeeper/ |
D | GateKeeperResponse.java | 38 private int mTimeout; field in GateKeeperResponse 54 response.mTimeout = timeout; in createRetryResponse() 105 dest.writeInt(mTimeout); in writeToParcel() 122 return mTimeout; in getTimeout()
|
/frameworks/base/tests/testables/src/android/testing/ |
D | PollingCheck.java | 24 private long mTimeout = 3000; field in PollingCheck 34 mTimeout = timeout; in PollingCheck() 44 long timeout = mTimeout; in run()
|
D | AndroidTestingRunner.java | 43 private final long mTimeout; field in AndroidTestingRunner 50 mTimeout = 10 * 60 * 1000; in AndroidTestingRunner() 76 if (timeout <= 0L && mTimeout > 0L) { in withPotentialTimeout() 77 timeout = mTimeout; in withPotentialTimeout()
|
/frameworks/base/services/core/java/com/android/server/pm/permission/ |
D | OneTimePermissionUserManager.java | 159 private long mTimeout; field in OneTimePermissionUserManager.PackageInactivityListener 208 mTimeout = timeout; in PackageInactivityListener() 233 mTimeout = Math.min(mTimeout, timeoutMillis); in updateSessionParameters() 241 "Updated params for " + mPackageName + ". timeout=" + mTimeout in updateSessionParameters() 340 long revokeTime = mTimerStart + mTimeout; in setAlarmLocked()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/attention/ |
D | AttentionManagerServiceTest.java | 75 private final int mTimeout = 1000; field in AttentionManagerServiceTest 253 assertThat(mSpyAttentionManager.checkAttention(mTimeout, callback)).isFalse(); in testCheckAttention_returnFalseWhenPowerManagerNotInteract() 264 mSpyAttentionManager.checkAttention(mTimeout, callback); in testCheckAttention_callOnSuccess()
|
/frameworks/base/tests/CoreTests/android/core/ |
D | TestWebServer.java | 71 int mTimeout; field in TestWebServer 128 mTimeout = timeout; in initServer() 649 s.setSoTimeout(mTimeout); in handleClient()
|
/frameworks/base/core/tests/coretests/src/android/app/activity/ |
D | LaunchpadActivity.java | 225 mHandler.postDelayed(mTimeout, 5 * 1000); in onResume() 458 mHandler.removeCallbacks(mTimeout); in setTestResult() 569 private Runnable mTimeout = new Runnable() { field in LaunchpadActivity
|
/frameworks/base/core/java/android/database/sqlite/ |
D | SQLiteConnectionPool.java | 1230 private final long mTimeout; field in SQLiteConnectionPool.IdleConnectionHandler 1234 mTimeout = timeout; in IdleConnectionHandler() 1247 + " after " + mTimeout); in handleMessage() 1254 sendEmptyMessageDelayed(con.getConnectionId(), mTimeout); in connectionReleased() local
|
/frameworks/base/core/java/com/android/internal/jank/ |
D | InteractionJankMonitor.java | 615 cujType, conf.mTimeout, () -> cancel(cujType, REASON_CANCEL_TIMEOUT)); in beginInternal() 966 private final long mTimeout; field in InteractionJankMonitor.Configuration 1107 mTimeout = timeout; in Configuration() 1127 if (mTimeout < 0) { in validate()
|
/frameworks/opt/net/voip/src/java/com/android/server/sip/ |
D | SipSessionGroup.java | 1783 private int mTimeout; // in seconds 1789 mTimeout = timeout; 1801 return mTimeout;
|
/frameworks/base/core/java/android/app/ |
D | Notification.java | 1555 private long mTimeout; field in Notification 2646 mTimeout = parcel.readLong(); in readFromParcelImpl() 2779 that.mTimeout = this.mTimeout; in cloneInto() 3174 parcel.writeLong(mTimeout); in writeToParcelImpl() 3594 return mTimeout; in getTimeout() 3602 return mTimeout; in getTimeoutAfter() 4080 mN.mTimeout = durationMs; in setTimeout() 4090 mN.mTimeout = durationMs; in setTimeoutAfter()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 7948 Landroid/app/Notification;->mTimeout:J 14594 Landroid/database/sqlite/SQLiteConnectionPool$IdleConnectionHandler;->mTimeout:J 58094 Landroid/util/NtpTrustedTime;->mTimeout:J 73636 Lcom/android/internal/os/BatteryStatsImpl$StopwatchTimer;->mTimeout:J 86784 Lcom/android/internal/widget/VerifyCredentialResponse;->mTimeout:I
|