Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/appop/
H A DAppOpsService.java4752 final AppOpsManager.AttributedOpEntry attributionEnt = in onShellCommand() local
4754 if (attributionEnt != null) { in onShellCommand()
4755 if (attributionEnt.getLastAccessTime(OP_FLAGS_ALL) != -1) { in onShellCommand()
4758 now - attributionEnt.getLastAccessTime( in onShellCommand()
4762 if (attributionEnt.getLastRejectTime(OP_FLAGS_ALL) != -1) { in onShellCommand()
4765 now - attributionEnt.getLastRejectTime( in onShellCommand()
4769 if (attributionEnt.isRunning()) { in onShellCommand()
4771 } else if (attributionEnt.getLastDuration(OP_FLAGS_ALL) in onShellCommand()
4775 attributionEnt.getLastDuration(OP_FLAGS_ALL), pw); in onShellCommand()