Home
last modified time | relevance | path

Searched refs:nid (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/telephony/java/android/telephony/
H A DCellIdentityCdma.java100 public CellIdentityCdma(int nid, int sid, int bid, int lon, int lat, in CellIdentityCdma() argument
103 mNetworkId = inRangeOrUnavailable(nid, 0, NETWORK_ID_MAX); in CellIdentityCdma()
216 int nid = mNetworkId != CellInfo.UNAVAILABLE ? mNetworkId : -1; in asCellLocation() local
218 cl.setCellLocationData(bsid, mLatitude, mLongitude, sid, nid); in asCellLocation()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DManagedServices.java1838 public boolean enabledAndUserMatches(int nid) { in enabledAndUserMatches() argument
1844 if (nid == USER_ALL || nid == this.userid) return true; in enabledAndUserMatches()
1846 && mUserProfiles.isCurrentProfile(nid) in enabledAndUserMatches()
1847 && isPermittedForProfile(nid); in enabledAndUserMatches()