Home
last modified time | relevance | path

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

123

/frameworks/base/core/java/android/app/
DNotificationManager.java644 private static INotificationManager sService;
648 static public INotificationManager getService() in getService()
654 sService = INotificationManager.Stub.asInterface(b); in getService()
733 INotificationManager service = getService(); in notifyAsPackage()
751 INotificationManager service = getService(); in notifyAsUser()
844 INotificationManager service = getService(); in cancelAsPackage()
859 INotificationManager service = getService(); in cancelAsUser()
876 INotificationManager service = getService(); in cancelAll()
899 INotificationManager service = getService(); in setNotificationDelegate()
914 INotificationManager service = getService(); in getNotificationDelegate()
[all …]
DTEST_MAPPING59 "file_patterns": ["INotificationManager\\.aidl"]
68 "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;
437 protected INotificationManager mNoMan;
674 protected final INotificationManager getNotificationInterface() { in getNotificationInterface()
676 mNoMan = INotificationManager.Stub.asInterface( in getNotificationInterface()
1310 INotificationManager noMan = getNotificationInterface(); in registerAsSystemService()
1327 INotificationManager noMan = getNotificationInterface(); in unregisterAsSystemService()
1339 INotificationManager noMan = INotificationManager.Stub.asInterface( in requestRebind()
1354 INotificationManager noMan = INotificationManager.Stub.asInterface( in requestUnbind()
1375 INotificationManager noMan = getNotificationInterface(); in requestUnbind()
/frameworks/base/packages/SystemUI/src/com/android/systemui/toast/
DToastUI.java26 import android.app.INotificationManager;
67 private final INotificationManager mNotificationManager;
86 INotificationManager.Stub.asInterface( in ToastUI()
95 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/core/tests/mockingcoretests/src/android/widget/
DToastTest.java31 import android.app.INotificationManager;
69 private static INotificationManager.Stub sMockNMS;
82 sMockNMS = mock(INotificationManager.Stub.class); in setup()
/frameworks/base/libs/WindowManager/Shell/tests/flicker/bubble/src/com/android/wm/shell/flicker/bubble/
DBaseBubbleScreen.kt19 import android.app.INotificationManager
45 INotificationManager.Stub.asInterface(
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DPartialConversationInfo.java19 import android.app.INotificationManager;
48 private INotificationManager mINotificationManager;
79 INotificationManager iNotificationManager, in bindNotification()
DNotificationConversationInfo.java36 import android.app.INotificationManager;
89 private INotificationManager mINotificationManager;
199 INotificationManager iNotificationManager, in bindNotification()
611 private final INotificationManager mINotificationManager;
617 public UpdateChannelRunnable(INotificationManager notificationManager, in UpdateChannelRunnable()
DNotificationInfo.java30 import android.app.INotificationManager;
96 private INotificationManager mINotificationManager;
192 INotificationManager iNotificationManager, in bindNotification()
639 private final INotificationManager mINotificationManager;
648 public UpdateImportanceRunnable(INotificationManager notificationManager,
DChannelEditorDialogController.kt20 import android.app.INotificationManager in <lambda>()
62 private val noMan: INotificationManager, in <lambda>()
DNotificationGutsManager.java22 import android.app.INotificationManager;
120 private final INotificationManager mNotificationManager;
142 INotificationManager notificationManager, in NotificationGutsManager()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationListenerServiceTest.java34 import android.app.INotificationManager;
93 INotificationManager noMan = service.getNoMan(); in testGetActiveNotifications_notNull()
106 INotificationManager noMan = service.getNoMan(); in testGetActiveNotifications_handlesBinderErrors()
406 mNoMan = mock(INotificationManager.class); in TestListenerService()
409 INotificationManager getNoMan() { in getNoMan()
DNotificationShellCmdTest.java33 import android.app.INotificationManager;
72 INotificationManager mMockBinderService;
/frameworks/base/core/java/android/widget/
DToast.java26 import android.app.INotificationManager;
207 INotificationManager service = getService(); in show()
616 private static INotificationManager sService;
619 static private INotificationManager getService() { in getService()
623 sService = INotificationManager.Stub.asInterface( in getService()
DToastPresenter.java22 import android.app.INotificationManager;
95 private final INotificationManager mNotificationManager;
103 INotificationManager notificationManager, String packageName) { in ToastPresenter()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationGutsManagerTest.java47 import android.app.INotificationManager;
144 @Mock private INotificationManager mINotificationManager;
472 any(INotificationManager.class), in testInitializeNotificationInfoView_highPriority()
505 any(INotificationManager.class), in testInitializeNotificationInfoView_PassesAlongProvisionedState()
536 any(INotificationManager.class), in testInitializeNotificationInfoView_withInitialAction()
DNotificationGutsManagerWithScenesTest.kt20 import android.app.INotificationManager in <lambda>()
135 @Mock private lateinit var notificationManager: INotificationManager in <lambda>()
495 ArgumentMatchers.any(INotificationManager::class.java), in <lambda>()
527 ArgumentMatchers.any(INotificationManager::class.java), in <lambda>()
559 ArgumentMatchers.any(INotificationManager::class.java), in <lambda>()
DChannelEditorDialogControllerTest.kt19 import android.app.INotificationManager
63 private lateinit var mockNoMan: INotificationManager
DPartialConversationInfoTest.java34 import android.app.INotificationManager;
93 private INotificationManager mMockINotificationManager;
/frameworks/base/core/java/com/android/internal/notification/
DSystemNotificationChannels.java19 import android.app.INotificationManager;
238 final INotificationManager iNotificationManager = NotificationManager.getService(); in createAccountChannelForPackage()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
DBubblesManager.java33 import android.app.INotificationManager;
105 private final INotificationManager mNotificationManager;
137 INotificationManager notificationManager, in create()
184 INotificationManager notificationManager, in BubblesManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
DFrameworkServicesModule.java27 import android.app.INotificationManager;
482 public INotificationManager provideINotificationManager() { in provideINotificationManager()
483 return INotificationManager.Stub.asInterface( in provideINotificationManager()

123