Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/
H A DAppOpsManager.java8270 if (collectionMode == COLLECT_ASYNC) { in noteOpNoThrow()
8282 if (collectionMode == COLLECT_SELF) { in noteOpNoThrow()
8435 int collectionMode = getNotedOpCollectionMode( in noteProxyOpNoThrow() local
8439 if (collectionMode == COLLECT_ASYNC) { in noteProxyOpNoThrow()
8452 if (collectionMode == COLLECT_SELF) { in noteProxyOpNoThrow()
8454 } else if (collectionMode == COLLECT_SYNC in noteProxyOpNoThrow()
8775 if (collectionMode == COLLECT_ASYNC) { in startOpNoThrow()
8788 if (collectionMode == COLLECT_SELF) { in startOpNoThrow()
8909 if (collectionMode == COLLECT_ASYNC) { in startProxyOpNoThrow()
8923 if (collectionMode == COLLECT_SELF) { in startProxyOpNoThrow()
[all …]