Home
last modified time | relevance | path

Searched refs:CATEGORY_CALL (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/services/people/java/com/android/server/people/data/
DEventStore.java48 static final int CATEGORY_CALL = 2; field in EventStore
59 CATEGORY_CALL,
75 mEventHistoryMaps.add(CATEGORY_CALL, new ArrayMap<>()); in EventStore()
82 mEventsCategoryDirs.add(CATEGORY_CALL, new File(eventDir, "call")); in EventStore()
DPackageData.java19 import static com.android.server.people.data.EventStore.CATEGORY_CALL;
172 CATEGORY_CALL, phoneNumber); in getEventHistory()
230 mEventStore.deleteEventHistory(CATEGORY_CALL, phoneNumber); in deleteDataForConversation()
245 mEventStore.pruneOrphanEventHistories(CATEGORY_CALL, in pruneOrphanEvents()
DDataManager.java287 packageData.getEventStore().deleteEventHistories(EventStore.CATEGORY_CALL); in pruneDataForUser()
681 EventStore.CATEGORY_CALL, phoneNumber).addEvent(event); in accept()
/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
DPackageDataTest.java103 eventStore.getOrCreateEventHistory(EventStore.CATEGORY_CALL, PHONE_NUMBER).addEvent(mE3); in testGetEventHistoryDefaultDialerAndSmsApp()
121 eventStore.getOrCreateEventHistory(EventStore.CATEGORY_CALL, PHONE_NUMBER).addEvent(mE3); in testGetEventHistoryNotDefaultDialerOrSmsApp()
141 eventStore.getOrCreateEventHistory(EventStore.CATEGORY_CALL, PHONE_NUMBER).addEvent(mE3); in testDeleteConversationData()
164 eventStore.getOrCreateEventHistory(EventStore.CATEGORY_CALL, PHONE_NUMBER).addEvent(mE3); in testPruneOrphanEvents()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DCriticalNotificationExtractorTest.java68 assertCriticality(Notification.CATEGORY_CALL, in testExtractCritically_nonsupporting()
87 assertCriticality(Notification.CATEGORY_CALL, in testExtractCritically()
DNotificationComparatorTest.java112 .setCategory(Notification.CATEGORY_CALL) in setUp()
124 .setCategory(Notification.CATEGORY_CALL) in setUp()
134 .setCategory(Notification.CATEGORY_CALL) in setUp()
235 .setCategory(Notification.CATEGORY_CALL) in setUp()
DZenModeFilteringTest.java19 import static android.app.Notification.CATEGORY_CALL;
126 r.getSbn().getNotification().category = CATEGORY_CALL; in testIsAlarm_wrongCategory()
285 when(r.isCategory(CATEGORY_CALL)).thenReturn(true); in testConversation_noneAllowed_callAllowed()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntryTest.java20 import static android.app.Notification.CATEGORY_CALL;
136 new Notification.Builder(mContext, "").setCategory(CATEGORY_CALL).build()) in testIsNotExemptFromDndVisualSuppression_hiddenCategories()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationComparator.java185 return record.isCategory(Notification.CATEGORY_CALL) in isCall()
DZenModeFiltering.java266 || record.isCategory(Notification.CATEGORY_CALL)); in isCall()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java20 import static android.app.Notification.CATEGORY_CALL;
893 return isCategory(CATEGORY_CALL, n) in isNotificationBlockedByPolicy()
/frameworks/base/core/java/android/app/
DNotification.java800 public static final String CATEGORY_CALL = "call"; field in Notification
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt4562 field public static final java.lang.String CATEGORY_CALL = "call";
/frameworks/base/api/
Dcurrent.txt5468 field public static final String CATEGORY_CALL = "call";