Home
last modified time | relevance | path

Searched defs:OpEntry (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
DAppOpsManager.java857 public static class OpEntry implements Parcelable { class in AppOpsManager
864 public OpEntry(int op, int mode, long time, long rejectTime, int duration) { in OpEntry() method in AppOpsManager.OpEntry
910 OpEntry(Parcel source) { in OpEntry() method in AppOpsManager.OpEntry