Searched refs:canReadCallLog (Results 1 – 2 of 2) sorted by relevance
163 boolean canReadCallLog() { in canReadCallLog() method in TelephonyRegistry.Record1122 return record.canReadCallLog() ? mCallIncomingNumber[phoneId] : ""; in getCallIncomingNumber()1233 String phoneNumberOrEmpty = r.canReadCallLog() ? phoneNumber : ""; in notifyCallStateForAllSubs()
1867 HSPLcom/android/server/TelephonyRegistry$Record;->canReadCallLog()Z