Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java2697 int watchedUid = -1; in startWatchingModeWithFlags() local
2727 cb = new ModeCallback(callback, watchedUid, flags, notifiedOps, callingUid, in startWatchingModeWithFlags()
3273 int watchedUid = Process.INVALID_UID; in startWatchingActive() local
3278 watchedUid = callingUid; in startWatchingActive()
3293 final ActiveCallback activeCallback = new ActiveCallback(callback, watchedUid, in startWatchingActive()
3321 int watchedUid = Process.INVALID_UID; in startWatchingStarted() local
3326 watchedUid = callingUid; in startWatchingStarted()
3341 final StartedCallback startedCallback = new StartedCallback(callback, watchedUid, in startWatchingStarted()
3369 int watchedUid = Process.INVALID_UID; in startWatchingNoted() local
3374 watchedUid = callingUid; in startWatchingNoted()
[all …]