Searched refs:phoneCall (Results 1 – 4 of 4) sorted by relevance
116 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 PrivacyElement195 if (phoneCall) { in <lambda>()
106 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 + "://" +
274 Notification phoneCall = new Notification.Builder(mContext) in testCreate() local290 … L(" %s: create=%dms", phoneCall.toString(), SystemClock.currentThreadTimeMillis() - time); in testCreate()291 mNotifications.add(phoneCall); in testCreate()
264 phoneCall = false, in <lambda>()