Home
last modified time | relevance | path

Searched defs:phoneCall (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/privacy/
H A DMicQcPanelTest.java261 private PrivacyDialog.PrivacyElement getPrivacyElement(boolean active, boolean phoneCall) { in getPrivacyElement()
/aosp12/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
H A DNotificationTests.java274 Notification phoneCall = new Notification.Builder(mContext) in testCreate() local