Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java195 boolean canReadCallLog() { in canReadCallLog() method in TelephonyRegistry.Record
1497 return record.canReadCallLog() ? mCallIncomingNumber[phoneId] : ""; in getCallIncomingNumber()
1601 String phoneNumberOrEmpty = r.canReadCallLog() ? phoneNumber : ""; in notifyCallStateForAllSubs()