Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/
H A DINotificationManager.aidl101 void unlockNotificationChannel(String pkg, int uid, String channelId); in unlockNotificationChannel() method
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationInfoTest.java894 verify(mMockINotificationManager, times(1)).unlockNotificationChannel( in testHandleCloseControls_persistAutomatic()
1063 verify(mMockINotificationManager, times(1)).unlockNotificationChannel( in testAutomaticUnlocksUserImportance()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationInfo.java668 mINotificationManager.unlockNotificationChannel(
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java3785 public void unlockNotificationChannel(String pkg, int uid, String channelId) {