Home
last modified time | relevance | path

Searched refs:CATEGORY_MISSED_CALL (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
DNotificationHelper.java19 import static android.app.Notification.CATEGORY_MISSED_CALL;
111 return notification != null && Objects.equals(notification.category, CATEGORY_MISSED_CALL); in isMissedCall()
DPeopleTileViewHelper.java18 import static android.app.Notification.CATEGORY_MISSED_CALL;
276 if (Objects.equals(mTile.getNotificationCategory(), CATEGORY_MISSED_CALL)) { in getViewForTile()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/
DNotificationHelperTest.java18 import static android.app.Notification.CATEGORY_MISSED_CALL;
107 .setCategory(CATEGORY_MISSED_CALL)
DPeopleTileViewHelperTest.java19 import static android.app.Notification.CATEGORY_MISSED_CALL;
725 .setNotificationCategory(CATEGORY_MISSED_CALL) in testCreateRemoteViewsWithMissedCallNotification()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetManagerTest.java19 import static android.app.Notification.CATEGORY_MISSED_CALL;
1694 builder.setCategory(CATEGORY_MISSED_CALL); in createMessagingStyleNotification()
1713 builder.setCategory(CATEGORY_MISSED_CALL); in createMessagingStyleNotificationWithoutExtras()
/frameworks/base/core/java/android/app/
DNotification.java1085 public static final String CATEGORY_MISSED_CALL = "missed_call"; field in Notification
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt6413 field public static final String CATEGORY_MISSED_CALL = "missed_call";