Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java163 boolean canReadCallLog() { in canReadCallLog() method in TelephonyRegistry.Record
1122 return record.canReadCallLog() ? mCallIncomingNumber[phoneId] : ""; in getCallIncomingNumber()
1233 String phoneNumberOrEmpty = r.canReadCallLog() ? phoneNumber : ""; in notifyCallStateForAllSubs()
/frameworks/base/services/
Dart-profile1867 HSPLcom/android/server/TelephonyRegistry$Record;->canReadCallLog()Z