HomeSort by relevance Sort by last modified time
    Searched refs:phoneCall (Results 1 - 3 of 3) sorted by null

  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
NotificationService.java 216 NotificationCompat.Builder phoneCall = new NotificationCompat.Builder(this)
229 phoneCall.setFullScreenIntent(fullscreen, true);
233 phoneCall.setDefaults(Notification.DEFAULT_SOUND);
237 phoneCall.addPerson(Uri.fromParts("tel",
241 mNotifications.add(phoneCall.build());
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
NotificationTestList.java 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 + "://" +
    [all...]
  /frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
NotificationTests.java 274 Notification phoneCall = new Notification.Builder(mContext)
290 L(" %s: create=%dms", phoneCall.toString(), SystemClock.currentThreadTimeMillis() - time);
291 mNotifications.add(phoneCall);

Completed in 98 milliseconds