/frameworks/base/core/java/android/app/ |
D | NotificationManager.java | 644 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 …]
|
D | TEST_MAPPING | 59 "file_patterns": ["INotificationManager\\.aidl"] 68 "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; 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/ |
D | ToastUI.java | 26 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/ |
D | NotificationChannelHelper.java | 19 import android.app.INotificationManager; 40 INotificationManager notificationManager, in createConversationChannelIfNeeded()
|
/frameworks/base/core/tests/mockingcoretests/src/android/widget/ |
D | ToastTest.java | 31 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/ |
D | BaseBubbleScreen.kt | 19 import android.app.INotificationManager 45 INotificationManager.Stub.asInterface(
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | PartialConversationInfo.java | 19 import android.app.INotificationManager; 48 private INotificationManager mINotificationManager; 79 INotificationManager iNotificationManager, in bindNotification()
|
D | NotificationConversationInfo.java | 36 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()
|
D | NotificationInfo.java | 30 import android.app.INotificationManager; 96 private INotificationManager mINotificationManager; 192 INotificationManager iNotificationManager, in bindNotification() 639 private final INotificationManager mINotificationManager; 648 public UpdateImportanceRunnable(INotificationManager notificationManager,
|
D | ChannelEditorDialogController.kt | 20 import android.app.INotificationManager in <lambda>() 62 private val noMan: INotificationManager, in <lambda>()
|
D | NotificationGutsManager.java | 22 import android.app.INotificationManager; 120 private final INotificationManager mNotificationManager; 142 INotificationManager notificationManager, in NotificationGutsManager()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationListenerServiceTest.java | 34 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()
|
D | NotificationShellCmdTest.java | 33 import android.app.INotificationManager; 72 INotificationManager mMockBinderService;
|
/frameworks/base/core/java/android/widget/ |
D | Toast.java | 26 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()
|
D | ToastPresenter.java | 22 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/ |
D | NotificationGutsManagerTest.java | 47 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()
|
D | NotificationGutsManagerWithScenesTest.kt | 20 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>()
|
D | ChannelEditorDialogControllerTest.kt | 19 import android.app.INotificationManager 63 private lateinit var mockNoMan: INotificationManager
|
D | PartialConversationInfoTest.java | 34 import android.app.INotificationManager; 93 private INotificationManager mMockINotificationManager;
|
/frameworks/base/core/java/com/android/internal/notification/ |
D | SystemNotificationChannels.java | 19 import android.app.INotificationManager; 238 final INotificationManager iNotificationManager = NotificationManager.getService(); in createAccountChannelForPackage()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/ |
D | BubblesManager.java | 33 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/ |
D | FrameworkServicesModule.java | 27 import android.app.INotificationManager; 482 public INotificationManager provideINotificationManager() { in provideINotificationManager() 483 return INotificationManager.Stub.asInterface( in provideINotificationManager()
|