Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java33 import static android.app.AppOpsManager.KEY_TOP_STATE_SETTLE_TIME;
517 KEY_TOP_STATE_SETTLE_TIME, 5 * 1000L); in updateConstants()
528 pw.print(" "); pw.print(KEY_TOP_STATE_SETTLE_TIME); pw.print("="); in dump()
/frameworks/base/core/java/android/app/
DAppOpsManager.java309 public static final String KEY_TOP_STATE_SETTLE_TIME = "top_state_settle_time"; field in AppOpsManager
/frameworks/base/core/api/
Dtest-current.txt217 field public static final String KEY_TOP_STATE_SETTLE_TIME = "top_state_settle_time";