Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/appop/
H A DAppOpsService.java5565 final AppOpsManager.AttributedOpEntry attributionEnt = in onShellCommand() local
5567 if (attributionEnt != null) { in onShellCommand()
5568 if (attributionEnt.getLastAccessTime(OP_FLAGS_ALL) != -1) { in onShellCommand()
5571 now - attributionEnt.getLastAccessTime( in onShellCommand()
5575 if (attributionEnt.getLastRejectTime(OP_FLAGS_ALL) != -1) { in onShellCommand()
5578 now - attributionEnt.getLastRejectTime( in onShellCommand()
5582 if (attributionEnt.isRunning()) { in onShellCommand()
5584 } else if (attributionEnt.getLastDuration(OP_FLAGS_ALL) in onShellCommand()
5588 attributionEnt.getLastDuration(OP_FLAGS_ALL), pw); in onShellCommand()