Searched refs:phoneCall (Results 1 – 2 of 2) sorted by relevance
111 NotificationChannel phoneCall =113 phoneCall.setVibrationPattern(new long[] {117 phoneCall.enableVibration(true);118 phoneCall.setLightColor(0xff0000ff);119 phoneCall.enableLights(true);120 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()