Home
last modified time | relevance | path

Searched refs:INotificationManager (Results 1 – 25 of 52) sorted by relevance

123

/frameworks/base/core/java/android/app/
DNotificationManager.java469 private static INotificationManager sService;
473 static public INotificationManager getService() in getService()
479 sService = INotificationManager.Stub.asInterface(b); in getService()
558 INotificationManager service = getService(); in notifyAsPackage()
576 INotificationManager service = getService(); in notifyAsUser()
666 INotificationManager service = getService(); in cancelAsPackage()
681 INotificationManager service = getService(); in cancelAsUser()
698 INotificationManager service = getService(); in cancelAll()
721 INotificationManager service = getService(); in setNotificationDelegate()
736 INotificationManager service = getService(); in getNotificationDelegate()
[all …]
DTEST_MAPPING50 "file_patterns": ["INotificationManager\\.aidl"]
59 "file_patterns": ["INotificationManager\\.aidl"]
/frameworks/base/core/java/com/android/server/backup/
DNotificationBackupHelper.java19 import android.app.INotificationManager;
47 INotificationManager nm = INotificationManager.Stub.asInterface( in getBackupPayload()
67 INotificationManager nm = INotificationManager.Stub.asInterface( in applyRestoredPayload()
/frameworks/base/core/java/android/service/notification/
DConditionProviderService.java22 import android.app.INotificationManager;
79 private INotificationManager mNoMan;
145 private final INotificationManager getNotificationInterface() { in getNotificationInterface()
147 mNoMan = INotificationManager.Stub.asInterface( in getNotificationInterface()
159 INotificationManager noMan = INotificationManager.Stub.asInterface( in requestRebind()
179 INotificationManager noMan = getNotificationInterface(); in requestUnbind()
DNotificationListenerService.java27 import android.app.INotificationManager;
325 protected INotificationManager mNoMan;
559 protected final INotificationManager getNotificationInterface() { in getNotificationInterface()
561 mNoMan = INotificationManager.Stub.asInterface( in getNotificationInterface()
1169 INotificationManager noMan = getNotificationInterface(); in registerAsSystemService()
1186 INotificationManager noMan = getNotificationInterface(); in unregisterAsSystemService()
1198 INotificationManager noMan = INotificationManager.Stub.asInterface( in requestRebind()
1219 INotificationManager noMan = getNotificationInterface(); in requestUnbind()
/frameworks/base/packages/SystemUI/src/com/android/systemui/toast/
DToastUI.java21 import android.app.INotificationManager;
51 private final INotificationManager mNotificationManager;
61 INotificationManager.Stub.asInterface( in ToastUI()
68 ToastUI(Context context, CommandQueue commandQueue, INotificationManager notificationManager, in ToastUI()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationChannelHelper.java19 import android.app.INotificationManager;
40 INotificationManager notificationManager, in createConversationChannelIfNeeded()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DTestableBubbleController.java19 import android.app.INotificationManager;
63 INotificationManager notificationManager, in TestableBubbleController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/dagger/
DBubbleModule.java19 import android.app.INotificationManager;
74 INotificationManager notifManager, in newBubbleController()
/frameworks/base/core/java/android/widget/
DToast.java26 import android.app.INotificationManager;
195 INotificationManager service = getService(); in show()
560 private static INotificationManager sService;
563 static private INotificationManager getService() { in getService()
567 sService = INotificationManager.Stub.asInterface( in getService()
DToastPresenter.java22 import android.app.INotificationManager;
71 private final INotificationManager mNotificationManager;
78 INotificationManager notificationManager, String packageName) { in ToastPresenter()
/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
DDependencyProvider.java21 import android.app.INotificationManager;
122 public INotificationManager provideINotificationManager() { in provideINotificationManager()
123 return INotificationManager.Stub.asInterface( in provideINotificationManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DPartialConversationInfo.java24 import android.app.INotificationManager;
61 private INotificationManager mINotificationManager;
101 INotificationManager iNotificationManager, in bindNotification()
DNotificationConversationInfo.java34 import android.app.INotificationManager;
88 private INotificationManager mINotificationManager;
209 INotificationManager iNotificationManager, in bindNotification()
605 private final INotificationManager mINotificationManager;
611 public UpdateChannelRunnable(INotificationManager notificationManager, in UpdateChannelRunnable()
DNotificationInfo.java29 import android.app.INotificationManager;
94 private INotificationManager mINotificationManager;
178 INotificationManager iNotificationManager, in bindNotification()
598 private final INotificationManager mINotificationManager;
606 public UpdateImportanceRunnable(INotificationManager notificationManager,
DChannelEditorDialogController.kt20 import android.app.INotificationManager in <lambda>()
64 private val noMan: INotificationManager, in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationGutsManagerTest.java47 import android.app.INotificationManager;
126 @Mock private INotificationManager mINotificationManager;
359 any(INotificationManager.class), in testInitializeNotificationInfoView_highPriority()
392 any(INotificationManager.class), in testInitializeNotificationInfoView_PassesAlongProvisionedState()
423 any(INotificationManager.class), in testInitializeNotificationInfoView_withInitialAction()
DChannelEditorDialogControllerTest.kt19 import android.app.INotificationManager
63 private lateinit var mockNoMan: INotificationManager
DPartialConversationInfoTest.java36 import android.app.INotificationManager;
100 private INotificationManager mMockINotificationManager;
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationAssistantsTest.java28 import android.app.INotificationManager;
66 private INotificationManager mINm;
DNotificationListenerServiceTest.java34 import android.app.INotificationManager;
87 INotificationManager noMan = service.getNoMan(); in testGetActiveNotifications_notNull()
457 mNoMan = mock(INotificationManager.class); in TestListenerService()
460 INotificationManager getNoMan() { in getNoMan()
DNotificationShellCmdTest.java34 import android.app.INotificationManager;
74 INotificationManager mMockBinderService;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/
DNotificationsModule.java19 import android.app.INotificationManager;
114 INotificationManager notificationManager, in provideNotificationGutsManager()
/frameworks/base/core/java/com/android/internal/notification/
DSystemNotificationChannels.java17 import android.app.INotificationManager;
204 final INotificationManager iNotificationManager = NotificationManager.getService(); in createAccountChannelForPackage()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/toast/
DToastUITest.java34 import android.app.INotificationManager;
92 @Mock private INotificationManager mNotificationManager;

123