Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java2782 final String primaryPlmn = (cellIdentity != null) ? cellIdentity.getPlmn() : "<UNKNOWN>"; in notifyRegistrationFailed() local
2785 + " subId=" + subId + "primaryPlmn=" + primaryPlmn in notifyRegistrationFailed()