Home
last modified time | relevance | path

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

/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
DNotificationTestList.java111 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 + "://" +
/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()