/frameworks/base/services/people/java/com/android/server/people/data/ |
D | EventStore.java | 48 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()
|
D | PackageData.java | 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()
|
D | DataManager.java | 570 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/ |
D | PackageDataTest.java | 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()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | CriticalNotificationExtractorTest.java | 68 assertCriticality(Notification.CATEGORY_CALL, in testExtractCritically_nonsupporting() 87 assertCriticality(Notification.CATEGORY_CALL, in testExtractCritically()
|
D | NotificationComparatorTest.java | 138 .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)
|
D | ZenModeFilteringTest.java | 19 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/ |
D | NotificationComparator.java | 201 return record.isCategory(Notification.CATEGORY_CALL) in isCallCategory()
|
D | ZenModeFiltering.java | 353 || record.isCategory(Notification.CATEGORY_CALL)); in isCall()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
D | NotificationEntryTest.java | 20 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/ |
D | NotificationEntry.java | 20 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/ |
D | BaseHeadsUpManagerTest.java | 579 .setCategory(Notification.CATEGORY_CALL) in testAlertEntryCompareTo_ongoingCallLessThanActiveRemoteInput()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | BaseHeadsUpManager.java | 720 && Notification.CATEGORY_CALL.equals(n.category)); in isCriticalCallNotif()
|
/frameworks/proto_logging/stats/enums/app/wearservices/ |
D | wearservices_enums.proto | 298 // Notification set with CATEGORY_CALL.
|
/frameworks/base/core/java/android/app/ |
D | Notification.java | 967 public static final String CATEGORY_CALL = "call"; field in Notification 7628 || CATEGORY_CALL.equals(category) in shouldShowForegroundImmediately()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 4562 field public static final java.lang.String CATEGORY_CALL = "call";
|
/frameworks/base/core/api/ |
D | current.txt | 6407 field public static final String CATEGORY_CALL = "call";
|