Searched refs:mRejectTime (Results 1 – 1 of 1) sorted by relevance
1247 private final long mRejectTime; field in AppOpsManager.OpEntry1257 mRejectTime = rejectTime; in OpEntry()1276 return mRejectTime; in getRejectTime()1305 dest.writeLong(mRejectTime); in writeToParcel()1315 mRejectTime = source.readLong(); in OpEntry()