Searched refs:mPreDumpedDataUid (Results 1 – 1 of 1) sorted by relevance
119 private OptionalInt mPreDumpedDataUid = OptionalInt.empty(); field in BugreportManagerServiceImpl776 mPreDumpedDataUid = OptionalInt.empty(); in preDumpUiDataLocked()802 mPreDumpedDataUid = OptionalInt.of(Binder.getCallingUid()); in preDumpUiDataLocked()818 if (mPreDumpedDataUid.isEmpty()) { in startBugreportLocked()823 } else if (mPreDumpedDataUid.getAsInt() != callingUid) { in startBugreportLocked()933 if (mPreDumpedDataUid.isEmpty()) { in dump()936 pw.println(mPreDumpedDataUid.getAsInt()); in dump()