Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/appop/
H A DAppOpsService.java30 import static android.app.AppOpsManager.KEY_TOP_STATE_SETTLE_TIME;
469 KEY_TOP_STATE_SETTLE_TIME, 5 * 1000L); in updateConstants()
480 pw.print(" "); pw.print(KEY_TOP_STATE_SETTLE_TIME); pw.print("="); in dump()
/aosp14/frameworks/base/core/java/android/app/
H A DAppOpsManager.java313 public static final String KEY_TOP_STATE_SETTLE_TIME = "top_state_settle_time"; field in AppOpsManager
/aosp14/frameworks/base/core/api/
H A Dtest-current.txt256 field public static final String KEY_TOP_STATE_SETTLE_TIME = "top_state_settle_time";