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