Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java29 import static android.app.AppOpsManager.KEY_FG_SERVICE_STATE_SETTLE_TIME;
509 KEY_FG_SERVICE_STATE_SETTLE_TIME, 5 * 1000L); in updateConstants()
521 pw.print(" "); pw.print(KEY_FG_SERVICE_STATE_SETTLE_TIME); pw.print("="); in dump()
/frameworks/base/core/java/android/app/
DAppOpsManager.java339 public static final String KEY_FG_SERVICE_STATE_SETTLE_TIME = field in AppOpsManager
/frameworks/base/core/api/
Dtest-current.txt280 …field public static final String KEY_FG_SERVICE_STATE_SETTLE_TIME = "fg_service_state_settle_time";