Searched refs:attributionEnt (Results 1 – 1 of 1) sorted by relevance
5575 final AppOpsManager.AttributedOpEntry attributionEnt = in onShellCommand() local5577 if (attributionEnt != null) { in onShellCommand()5578 if (attributionEnt.getLastAccessTime(OP_FLAGS_ALL) != -1) { in onShellCommand()5581 now - attributionEnt.getLastAccessTime( in onShellCommand()5585 if (attributionEnt.getLastRejectTime(OP_FLAGS_ALL) != -1) { in onShellCommand()5588 now - attributionEnt.getLastRejectTime( in onShellCommand()5592 if (attributionEnt.isRunning()) { in onShellCommand()5594 } else if (attributionEnt.getLastDuration(OP_FLAGS_ALL) in onShellCommand()5598 attributionEnt.getLastDuration(OP_FLAGS_ALL), pw); in onShellCommand()