Home
last modified time | relevance | path

Searched refs:CATEGORY_CALL (Results 1 – 18 of 18) 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.java570 packageData.getEventStore().deleteEventHistories(EventStore.CATEGORY_CALL); in pruneDataForUser()
1049 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.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)
DZenModeFilteringTest.java19 import static android.app.Notification.CATEGORY_CALL;
144 when(r.isCategory(CATEGORY_CALL)).thenReturn(true); in getCallRecordWithPeopleInfo()
176 r.getSbn().getNotification().category = CATEGORY_CALL; in testIsAlarm_wrongCategory()
335 when(r.isCategory(CATEGORY_CALL)).thenReturn(true); in testConversation_noneAllowed_callAllowed()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationComparator.java201 return record.isCategory(Notification.CATEGORY_CALL) in isCallCategory()
DZenModeFiltering.java353 || record.isCategory(Notification.CATEGORY_CALL)); in isCall()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntryTest.java20 import static android.app.Notification.CATEGORY_CALL;
188 new Notification.Builder(mContext, "").setCategory(CATEGORY_CALL).build()) in testIsNotExemptFromDndVisualSuppression_hiddenCategories()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java20 import static android.app.Notification.CATEGORY_CALL;
904 return isCategory(CATEGORY_CALL, n) in isNotificationBlockedByPolicy()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/policy/
DBaseHeadsUpManagerTest.java579 .setCategory(Notification.CATEGORY_CALL) in testAlertEntryCompareTo_ongoingCallLessThanActiveRemoteInput()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBaseHeadsUpManager.java720 && Notification.CATEGORY_CALL.equals(n.category)); in isCriticalCallNotif()
/frameworks/proto_logging/stats/enums/app/wearservices/
Dwearservices_enums.proto298 // Notification set with CATEGORY_CALL.
/frameworks/base/core/java/android/app/
DNotification.java967 public static final String CATEGORY_CALL = "call"; field in Notification
7628 || CATEGORY_CALL.equals(category) in shouldShowForegroundImmediately()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt4562 field public static final java.lang.String CATEGORY_CALL = "call";
/frameworks/base/core/api/
Dcurrent.txt6407 field public static final String CATEGORY_CALL = "call";