Searched refs:mRequestorUid (Results 1 – 1 of 1) sorted by relevance
135 private int mRequestorUid; field in NetworkCapabilities184 mRequestorUid = Process.INVALID_UID; in clearAll()213 mRequestorUid = nc.mRequestorUid; in set()1903 + Objects.hashCode(mRequestorUid) * 53 in hashCode()1938 dest.writeInt(mRequestorUid); in writeToParcel()1962 netCap.mRequestorUid = in.readInt();2040 if (mRequestorUid != Process.INVALID_UID) { in toString()2041 sb.append(" RequestorUid: ").append(mRequestorUid); in toString()2234 mRequestorUid = uid; in setRequestorUid()2250 return mRequestorUid; in getRequestorUid()[all …]