/frameworks/base/core/java/android/app/ |
D | NotificationManager.java | 469 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 …]
|
D | TEST_MAPPING | 50 "file_patterns": ["INotificationManager\\.aidl"] 59 "file_patterns": ["INotificationManager\\.aidl"]
|
/frameworks/base/core/java/com/android/server/backup/ |
D | NotificationBackupHelper.java | 19 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/ |
D | ConditionProviderService.java | 22 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()
|
D | NotificationListenerService.java | 27 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/ |
D | ToastUI.java | 21 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/ |
D | NotificationChannelHelper.java | 19 import android.app.INotificationManager; 40 INotificationManager notificationManager, in createConversationChannelIfNeeded()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/ |
D | TestableBubbleController.java | 19 import android.app.INotificationManager; 63 INotificationManager notificationManager, in TestableBubbleController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/dagger/ |
D | BubbleModule.java | 19 import android.app.INotificationManager; 74 INotificationManager notifManager, in newBubbleController()
|
/frameworks/base/core/java/android/widget/ |
D | Toast.java | 26 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()
|
D | ToastPresenter.java | 22 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/ |
D | DependencyProvider.java | 21 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/ |
D | PartialConversationInfo.java | 24 import android.app.INotificationManager; 61 private INotificationManager mINotificationManager; 101 INotificationManager iNotificationManager, in bindNotification()
|
D | NotificationConversationInfo.java | 34 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()
|
D | NotificationInfo.java | 29 import android.app.INotificationManager; 94 private INotificationManager mINotificationManager; 178 INotificationManager iNotificationManager, in bindNotification() 598 private final INotificationManager mINotificationManager; 606 public UpdateImportanceRunnable(INotificationManager notificationManager,
|
D | ChannelEditorDialogController.kt | 20 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/ |
D | NotificationGutsManagerTest.java | 47 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()
|
D | ChannelEditorDialogControllerTest.kt | 19 import android.app.INotificationManager 63 private lateinit var mockNoMan: INotificationManager
|
D | PartialConversationInfoTest.java | 36 import android.app.INotificationManager; 100 private INotificationManager mMockINotificationManager;
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationAssistantsTest.java | 28 import android.app.INotificationManager; 66 private INotificationManager mINm;
|
D | NotificationListenerServiceTest.java | 34 import android.app.INotificationManager; 87 INotificationManager noMan = service.getNoMan(); in testGetActiveNotifications_notNull() 457 mNoMan = mock(INotificationManager.class); in TestListenerService() 460 INotificationManager getNoMan() { in getNoMan()
|
D | NotificationShellCmdTest.java | 34 import android.app.INotificationManager; 74 INotificationManager mMockBinderService;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/ |
D | NotificationsModule.java | 19 import android.app.INotificationManager; 114 INotificationManager notificationManager, in provideNotificationGutsManager()
|
/frameworks/base/core/java/com/android/internal/notification/ |
D | SystemNotificationChannels.java | 17 import android.app.INotificationManager; 204 final INotificationManager iNotificationManager = NotificationManager.getService(); in createAccountChannelForPackage()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/toast/ |
D | ToastUITest.java | 34 import android.app.INotificationManager; 92 @Mock private INotificationManager mNotificationManager;
|