Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/aidl/com/android/frameworks/coretests/aidl/
DIAppOpsUserService.aidl26 void callApiThatNotesAsyncOpNativelyAndCheckCustomMessage(in IAppOpsUserClient client); in callApiThatNotesAsyncOpNativelyAndCheckCustomMessage() method
/frameworks/base/core/tests/coretests/AppThatUsesAppOps/src/android/app/appops/appthatusesappops/
DAppOpsUserService.kt200 override fun callApiThatNotesAsyncOpNativelyAndCheckCustomMessage( in onBind() method
/frameworks/base/core/tests/coretests/src/android/app/
DAppOpsLoggingTest.kt245 testService.callApiThatNotesAsyncOpNativelyAndCheckCustomMessage( in <lambda>()