Home
last modified time | relevance | path

Searched defs:hn (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/app/
DNotificationHistory.java371 HistoricalNotification hn = mNotificationsToWrite.get(i); in removeNotificationFromWrite() local
391 HistoricalNotification hn = mNotificationsToWrite.get(i); in removeConversationsFromWrite() local
412 HistoricalNotification hn = mNotificationsToWrite.get(i); in removeChannelFromWrite() local
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationHistoryManagerTest.java480 HistoricalNotification hn = getHistoricalNotification("pkg", 1); in testAddNotification_userLocked_noCrash() local
487 HistoricalNotification hn = getHistoricalNotification("pkg", 1); in testAddNotification_historyDisabled() local
DNotificationHistoryDatabaseTest.java224 HistoricalNotification hn = getHistoricalNotification(1); in testReadNotificationHistory_readsBuffer() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DMccTable.java564 sTable.add(new MccEntry(708, "hn", 3)); // Honduras (Republic of) in sTable.add()