Searched refs:mRequestorPackageName (Results 1 – 1 of 1) sorted by relevance
77 private String mRequestorPackageName; field in NetworkCapabilities107 mRequestorPackageName = null; in clearAll()129 mRequestorPackageName = nc.mRequestorPackageName; in set()1697 + Objects.hashCode(mRequestorPackageName) * 53 in hashCode()1722 dest.writeString(mRequestorPackageName); in writeToParcel()1746 netCap.mRequestorPackageName = in.readString();1813 sb.append(" RequestorPackageName: ").append(mRequestorPackageName); in toString()2039 mRequestorPackageName = packageName; in setRequestorPackageName()2056 return mRequestorPackageName; in getRequestorPackageName()2093 if (null == nc.mRequestorPackageName || null == mRequestorPackageName) return true; in satisfiedByRequestor()[all …]