Home
last modified time | relevance | path

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

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