Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java841 NoteOpEvent existingEvent = mAccessEvents.get(key); in accessed() local
842 if (existingEvent != null) { in accessed()
843 existingEvent.reinit(noteTime, duration, proxyInfo, mOpEventProxyInfoPool); in accessed()
878 NoteOpEvent existingEvent = mRejectEvents.get(key); in rejected() local
879 if (existingEvent != null) { in rejected()
880 existingEvent.reinit(noteTime, -1, null, mOpEventProxyInfoPool); in rejected()