Searched refs:attributionEnt (Results 1 – 1 of 1) sorted by relevance
4752 final AppOpsManager.AttributedOpEntry attributionEnt = in onShellCommand() local4754 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()