Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/people/java/com/android/server/people/data/
H A 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()
H A 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()
H A DDataManager.java570 packageData.getEventStore().deleteEventHistories(EventStore.CATEGORY_CALL); in pruneDataForUser()
1049 EventStore.CATEGORY_CALL, phoneNumber).addEvent(event); in accept()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
H A 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()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DCriticalNotificationExtractorTest.java68 assertCriticality(Notification.CATEGORY_CALL, in testExtractCritically_nonsupporting()
87 assertCriticality(Notification.CATEGORY_CALL, in testExtractCritically()
H A DNotificationComparatorTest.java138 .setCategory(Notification.CATEGORY_CALL) in setUp()
150 .setCategory(Notification.CATEGORY_CALL) in setUp()
160 .setCategory(Notification.CATEGORY_CALL) in setUp()
271 .setCategory(Notification.CATEGORY_CALL) in setUp()
362 .setCategory(Notification.CATEGORY_CALL)
371 .setCategory(Notification.CATEGORY_CALL)
H A DZenModeFilteringTest.java19 import static android.app.Notification.CATEGORY_CALL;
135 when(r.isCategory(CATEGORY_CALL)).thenReturn(true); in getCallRecordWithPeopleInfo()
167 r.getSbn().getNotification().category = CATEGORY_CALL; in testIsAlarm_wrongCategory()
326 when(r.isCategory(CATEGORY_CALL)).thenReturn(true); in testConversation_noneAllowed_callAllowed()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntryTest.java20 import static android.app.Notification.CATEGORY_CALL;
188 new Notification.Builder(mContext, "").setCategory(CATEGORY_CALL).build()) in testIsNotExemptFromDndVisualSuppression_hiddenCategories()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationComparator.java201 return record.isCategory(Notification.CATEGORY_CALL) in isCallCategory()
H A DZenModeFiltering.java338 || record.isCategory(Notification.CATEGORY_CALL)); in isCall()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntry.java20 import static android.app.Notification.CATEGORY_CALL;
901 return isCategory(CATEGORY_CALL, n) in isNotificationBlockedByPolicy()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpManager.java440 && Notification.CATEGORY_CALL.equals(n.category)); in isCriticalCallNotif()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DHeadsUpManagerTest.java483 .setCategory(Notification.CATEGORY_CALL) in testAlertEntryCompareTo_ongoingCallLessThanActiveRemoteInput()
/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java919 public static final String CATEGORY_CALL = "call"; field in Notification
6972 || CATEGORY_CALL.equals(category) in shouldShowForegroundImmediately()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt6213 field public static final String CATEGORY_CALL = "call";