Home
last modified time | relevance | path

Searched refs:unlockNotificationChannel (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/
H A DINotificationManager.aidl103 void unlockNotificationChannel(String pkg, int uid, String channelId); in unlockNotificationChannel() method
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationInfoTest.java1019 verify(mMockINotificationManager, times(1)).unlockNotificationChannel( in testHandleCloseControls_persistAutomatic()
1195 verify(mMockINotificationManager, times(1)).unlockNotificationChannel( in testAutomaticUnlocksUserImportance()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationInfo.java685 mINotificationManager.unlockNotificationChannel(
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java4146 public void unlockNotificationChannel(String pkg, int uid, String channelId) {