Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DAppOpsManager.java9050 int collectionMode = getNotedOpCollectionMode(uid, packageName, op); in noteOpNoThrow() local
9052 if (collectionMode == COLLECT_ASYNC) { in noteOpNoThrow()
9063 collectionMode == COLLECT_ASYNC, message, shouldCollectMessage); in noteOpNoThrow()
9066 virtualDeviceId, collectionMode == COLLECT_ASYNC, message, in noteOpNoThrow()
9070 if (collectionMode == COLLECT_SELF) { in noteOpNoThrow()
9072 } else if (collectionMode == COLLECT_SYNC) { in noteOpNoThrow()
9224 int collectionMode = getNotedOpCollectionMode( in noteProxyOpNoThrow() local
9228 if (collectionMode == COLLECT_ASYNC) { in noteProxyOpNoThrow()
9237 attributionSource.asState(), collectionMode == COLLECT_ASYNC, message, in noteProxyOpNoThrow()
9241 if (collectionMode == COLLECT_SELF) { in noteProxyOpNoThrow()
[all …]