Searched refs:CATEGORY_CALL (Results 1 – 15 of 15) sorted by relevance
48 static final int CATEGORY_CALL = 2; field in EventStore59 CATEGORY_CALL,75 mEventHistoryMaps.add(CATEGORY_CALL, new ArrayMap<>()); in EventStore()82 mEventsCategoryDirs.add(CATEGORY_CALL, new File(eventDir, "call")); in EventStore()
19 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()
287 packageData.getEventStore().deleteEventHistories(EventStore.CATEGORY_CALL); in pruneDataForUser()681 EventStore.CATEGORY_CALL, phoneNumber).addEvent(event); in accept()
103 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()
68 assertCriticality(Notification.CATEGORY_CALL, in testExtractCritically_nonsupporting()87 assertCriticality(Notification.CATEGORY_CALL, in testExtractCritically()
112 .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()
19 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()
20 import static android.app.Notification.CATEGORY_CALL;136 new Notification.Builder(mContext, "").setCategory(CATEGORY_CALL).build()) in testIsNotExemptFromDndVisualSuppression_hiddenCategories()
185 return record.isCategory(Notification.CATEGORY_CALL) in isCall()
266 || record.isCategory(Notification.CATEGORY_CALL)); in isCall()
20 import static android.app.Notification.CATEGORY_CALL;893 return isCategory(CATEGORY_CALL, n) in isNotificationBlockedByPolicy()
800 public static final String CATEGORY_CALL = "call"; field in Notification
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
4562 field public static final java.lang.String CATEGORY_CALL = "call";
5468 field public static final String CATEGORY_CALL = "call";