Searched refs:mRequestorUid (Results 1 – 1 of 1) sorted by relevance
216 private int mRequestorUid; field in NetworkCapabilities372 mRequestorUid = Process.INVALID_UID; in clearAll()404 mRequestorUid = nc.mRequestorUid; in set()2386 + Objects.hashCode(mRequestorUid) * 59 in hashCode()2424 dest.writeInt(mRequestorUid); in writeToParcel()2455 netCap.mRequestorUid = in.readInt();2540 if (mRequestorUid != Process.INVALID_UID) { in toString()2541 sb.append(" RequestorUid: ").append(mRequestorUid); in toString()2745 mRequestorUid = uid; in setRequestorUid()2761 return mRequestorUid; in getRequestorUid()[all …]