Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/appop/
DAppOpsServiceTest.java25 import static android.app.AppOpsManager.OP_FLAGS_ALL;
481 .that(opEntry.getLastAccessTime(OP_FLAGS_ALL)).isAtLeast(minMillis); in assertContainsOp()
485 opEntry.getLastRejectTime(OP_FLAGS_ALL)).isAtLeast(minRejectMillis); in assertContainsOp()
/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java36 import static android.app.AppOpsManager.OP_FLAGS_ALL;
2048 Preconditions.checkFlagsArgument(flags, OP_FLAGS_ALL); in ensureHistoricalOpRequestIsValid()
4772 if (ent.getLastAccessTime(OP_FLAGS_ALL) != -1) { in onShellCommand()
4775 now - ent.getLastAccessTime(OP_FLAGS_ALL), pw); in onShellCommand()
4778 if (ent.getLastRejectTime(OP_FLAGS_ALL) != -1) { in onShellCommand()
4781 now - ent.getLastRejectTime(OP_FLAGS_ALL), pw); in onShellCommand()
4786 } else if (ent.getLastDuration(OP_FLAGS_ALL) != -1) { in onShellCommand()
4788 TimeUtils.formatDuration(ent.getLastDuration(OP_FLAGS_ALL), pw); in onShellCommand()
4794 if (attributionEnt.getLastAccessTime(OP_FLAGS_ALL) != -1) { in onShellCommand()
4798 OP_FLAGS_ALL), pw); in onShellCommand()
[all …]
DHistoricalRegistry.java836 Long.MAX_VALUE /*filterEndTimeMills*/, AppOpsManager.OP_FLAGS_ALL); in readHistoryRawDLocked()
1029 Long.MAX_VALUE /*filterEndTimeMillis*/, AppOpsManager.OP_FLAGS_ALL, null, depth, in handlePersistHistoricalOpsRecursiveDLocked()
/frameworks/base/core/java/android/app/
DAppOpsManager.java651 public static final int OP_FLAGS_ALL = field in AppOpsManager
3744 return getLastAccessTime(OP_FLAGS_ALL); in getTime()
3859 return getLastRejectTime(OP_FLAGS_ALL); in getRejectTime()
3983 return getLastDuration(OP_FLAGS_ALL); in getDuration()
4065 OpEventProxyInfo proxy = getLastProxyInfo(OP_FLAGS_ALL); in getProxyUid()
4091 OpEventProxyInfo proxy = getLastProxyInfo(OP_FLAGS_ALL); in getProxyPackageName()
4426 private @OpFlags int mFlags = OP_FLAGS_ALL;
4534 Preconditions.checkFlagsArgument(flags, OP_FLAGS_ALL); in setFlags()
/frameworks/base/api/
Dtest-current.txt263 field public static final int OP_FLAGS_ALL = 31; // 0x1f
Dsystem-current.txt425 field public static final int OP_FLAGS_ALL = 31; // 0x1f
/frameworks/base/non-updatable-api/
Dsystem-current.txt425 field public static final int OP_FLAGS_ALL = 31; // 0x1f