Searched refs:isPhoneCall (Results 1 – 5 of 5) sorted by relevance
54 @NonNull String permGroupName, long lastAccess, boolean isActive, boolean isPhoneCall, in PermGroupUsage() argument61 this.mIsPhoneCall = isPhoneCall; in PermGroupUsage()109 public boolean isPhoneCall() { in isPhoneCall() method in PermGroupUsage
165 if (userInfo != null || it.isPhoneCall) {168 val appName = if (it.isPhoneCall) {183 it.isPhoneCall
176 `when`(usage.isPhoneCall).thenReturn(false)254 isPhoneCall = false,562 val usage = createMockPermGroupUsage(uid = SYSTEM_UID, isPhoneCall = true)642 isPhoneCall: Boolean = false,651 `when`(usage.isPhoneCall).thenReturn(isPhoneCall)
116 String appName = usage.isPhoneCall() in createPrivacyElements()130 usage.isPhoneCall()) in createPrivacyElements()
2065 method public boolean isPhoneCall();