Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/notification/history/
H A DNotificationHistoryAdapter.java82 final HistoricalNotification hn = mValues.get(position); in onBindViewHolder() local
145 HistoricalNotification hn = mValues.remove(position); in onItemSwipeDeleted() local
/aosp12/frameworks/base/core/java/android/app/
H A 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
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationHistoryManagerTest.java446 HistoricalNotification hn = getHistoricalNotification("pkg", 1); in testAddNotification_userLocked_noCrash() local
453 HistoricalNotification hn = getHistoricalNotification("pkg", 1); in testAddNotification_historyDisabled() local
H A DNotificationHistoryDatabaseTest.java239 HistoricalNotification hn = getHistoricalNotification(1); in testReadNotificationHistory_readsBuffer() local
/aosp12/bionic/libc/dns/net/
H A Dgethnamaddr.c94 #define maybe_hnok(res, hn) maybe_ok((res), (hn), res_hnok) argument
/aosp12/packages/modules/NetworkStack/src/android/net/dhcp/
H A DDhcpPacket.java817 final String hn = getHostname(); in addCommonClientTlvs() local