Searched refs:getRejectTime (Results 1 – 3 of 3) sorted by relevance
469 .that(opEntry.getRejectTime()).isAtLeast(minRejectMillis); in assertContainsOp()
3567 if (ent.getRejectTime() != 0) { in onShellCommand()3569 TimeUtils.formatDuration(now - ent.getRejectTime(), pw); in onShellCommand()
2469 public long getRejectTime() { in getRejectTime() method in AppOpsManager.OpEntry