Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DAppOpsManager.java7374 if (collectionMode == COLLECT_ASYNC) { in noteOpNoThrow()
7383 collectionMode == COLLECT_ASYNC, message, shouldCollectMessage); in noteOpNoThrow()
7537 if (collectionMode == COLLECT_ASYNC) { in noteProxyOpNoThrow()
7547 mContext.getAttributionTag(), collectionMode == COLLECT_ASYNC, message, in noteProxyOpNoThrow()
7864 if (collectionMode == COLLECT_ASYNC) { in startOpNoThrow()
7873 attributionTag, startIfModeDefault, collectionMode == COLLECT_ASYNC, message, in startOpNoThrow()
8097 COLLECT_ASYNC
8103 private static final int COLLECT_ASYNC = 3; field in AppOpsManager
8146 return COLLECT_ASYNC; in getNotedOpCollectionMode()