Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/permission/
H A DPermGroupUsage.java54 @NonNull String permGroupName, long lastAccess, boolean isActive, boolean isPhoneCall, in PermGroupUsage() argument
61 this.mIsPhoneCall = isPhoneCall; in PermGroupUsage()
109 public boolean isPhoneCall() { in isPhoneCall() method in PermGroupUsage
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/
H A DPrivacyDialogController.kt165 if (userInfo != null || it.isPhoneCall) {
168 val appName = if (it.isPhoneCall) {
183 it.isPhoneCall
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/privacy/
H A DPrivacyDialogControllerTest.kt176 `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)
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/privacy/
H A DMicPrivacyElementsProviderImpl.java116 String appName = usage.isPhoneCall() in createPrivacyElements()
130 usage.isPhoneCall()) in createPrivacyElements()
/aosp12/frameworks/base/core/api/
H A Dtest-current.txt2065 method public boolean isPhoneCall();