Home
last modified time | relevance | path

Searched refs:DIALOG_TIME_OUT (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/logcat/
DLogAccessDialogActivity.java57 private static final int DIALOG_TIME_OUT = Build.IS_DEBUGGABLE ? 60000 : 300000; field in LogAccessDialogActivity
130 mHandler.sendEmptyMessageDelayed(MSG_DISMISS_DIALOG, DIALOG_TIME_OUT); in onCreate()