Home
last modified time | relevance | path

Searched refs:phoneCall (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/
DPrivacyDialog.kt116 val app = if (element.phoneCall) phonecall else element.applicationName in <lambda>()
131 if (element.phoneCall) { in <lambda>()
136 if (!element.phoneCall) { in <lambda>()
176 val phoneCall: Boolean in <lambda>() constant in PrivacyElement
195 if (phoneCall) { in <lambda>()
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
DNotificationTestList.java106 NotificationChannel phoneCall =
108 phoneCall.setVibrationPattern(new long[] {
112 phoneCall.enableVibration(true);
113 phoneCall.setLightColor(0xff0000ff);
114 phoneCall.enableLights(true);
115 phoneCall.setSound(Uri.parse(ContentResolver.SCHEME_ANDROID_RESOURCE + "://" +
/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
DNotificationTests.java274 Notification phoneCall = new Notification.Builder(mContext) in testCreate() local
290 … L(" %s: create=%dms", phoneCall.toString(), SystemClock.currentThreadTimeMillis() - time); in testCreate()
291 mNotifications.add(phoneCall); in testCreate()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/privacy/
DPrivacyDialogControllerTest.kt264 phoneCall = false, in <lambda>()