Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/android/app/
DNotificationManager.java382 private static INotificationManager sService;
386 static public INotificationManager getService() in getService()
392 sService = INotificationManager.Stub.asInterface(b); in getService()
471 INotificationManager service = getService(); in notifyAsPackage()
489 INotificationManager service = getService(); in notifyAsUser()
560 INotificationManager service = getService(); in cancelAsUser()
576 INotificationManager service = getService(); in cancelAll()
599 INotificationManager service = getService(); in setNotificationDelegate()
614 INotificationManager service = getService(); in getNotificationDelegate()
630 INotificationManager service = getService(); in canNotifyAsPackage()
[all …]
DKeyguardManager.java67 private final INotificationManager mNotificationManager;
394 mNotificationManager = INotificationManager.Stub.asInterface( in KeyguardManager()
DINotificationManager.aidl41 interface INotificationManager interface
/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.java26 import android.app.INotificationManager;
297 protected INotificationManager mNoMan;
531 protected final INotificationManager getNotificationInterface() { in getNotificationInterface()
533 mNoMan = INotificationManager.Stub.asInterface( in getNotificationInterface()
1141 INotificationManager noMan = getNotificationInterface(); in registerAsSystemService()
1158 INotificationManager noMan = getNotificationInterface(); in unregisterAsSystemService()
1170 INotificationManager noMan = INotificationManager.Stub.asInterface( in requestRebind()
1191 INotificationManager noMan = getNotificationInterface(); in requestUnbind()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDependencyProvider.java25 import android.app.INotificationManager;
139 public INotificationManager provideINotificationManager() { in provideINotificationManager()
140 return INotificationManager.Stub.asInterface( in provideINotificationManager()
DDependency.java18 import android.app.INotificationManager;
296 @Inject Lazy<INotificationManager> mINotificationManager;
484 mProviders.put(INotificationManager.class, mINotificationManager::get); in start()
/frameworks/base/core/java/android/widget/
DToast.java23 import android.app.INotificationManager;
136 INotificationManager service = getService(); in show()
345 private static INotificationManager sService;
348 static private INotificationManager getService() { in getService()
352 sService = INotificationManager.Stub.asInterface(ServiceManager.getService("notification")); in getService()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationGutsManagerTest.java44 import android.app.INotificationManager;
323 any(INotificationManager.class), in testInitializeNotificationInfoView_showBlockingHelper()
352 any(INotificationManager.class), in testInitializeNotificationInfoView_dontShowBlockingHelper()
383 any(INotificationManager.class), in testInitializeNotificationInfoView_highPriority()
413 any(INotificationManager.class), in testInitializeNotificationInfoView_PassesAlongProvisionedState()
442 any(INotificationManager.class), in testInitializeNotificationInfoView_withInitialAction()
DChannelEditorDialogControllerTest.kt19 import android.app.INotificationManager
61 private lateinit var mockNoMan: INotificationManager
DNotificationInfoTest.java48 import android.app.INotificationManager;
115 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;
85 INotificationManager noMan = service.getNoMan(); in testGetActiveNotifications_notNull()
426 mNoMan = mock(INotificationManager.class); in TestListenerService()
429 INotificationManager getNoMan() { in getNoMan()
DNotificationShellCmdTest.java34 import android.app.INotificationManager;
74 INotificationManager mMockBinderService;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationInfo.java33 import android.app.INotificationManager;
105 private INotificationManager mINotificationManager;
249 final INotificationManager iNotificationManager, in bindNotification()
272 INotificationManager iNotificationManager, in bindNotification()
811 private final INotificationManager mINotificationManager;
819 public UpdateImportanceRunnable(INotificationManager notificationManager,
DChannelEditorDialogController.kt20 import android.app.INotificationManager in <lambda>()
63 private val noMan: INotificationManager in <lambda>()
DNotificationGutsManager.java22 import android.app.INotificationManager;
294 INotificationManager iNotificationManager = INotificationManager.Stub.asInterface( in initializeNotificationInfo()
/frameworks/base/core/java/com/android/internal/notification/
DSystemNotificationChannels.java17 import android.app.INotificationManager;
196 final INotificationManager iNotificationManager = NotificationManager.getService(); in createAccountChannelForPackage()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationShellCmd.java26 import android.app.INotificationManager;
105 private final INotificationManager mBinderService;
DConditionProviders.java19 import android.app.INotificationManager;
174 INotificationManager inm = NotificationManager.getService(); in onPackagesChanged()
/frameworks/base/config/
Dhiddenapi-greylist.txt38 Landroid/app/INotificationManager$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
39 Landroid/app/INotificationManager$Stub$Proxy;->areNotificationsEnabledForPackage(Ljava/lang/String;…
40 Landroid/app/INotificationManager$Stub;->asInterface(Landroid/os/IBinder;)Landroid/app/INotificatio…
41 Landroid/app/INotificationManager$Stub;->TRANSACTION_enqueueNotificationWithTag:I
/frameworks/base/services/core/java/com/android/server/vr/
DVrManagerService.java25 import android.app.INotificationManager;
161 private INotificationManager mNotificationManager;
773 mNotificationManager = INotificationManager.Stub.asInterface( in onBootPhase()
/frameworks/base/services/core/java/com/android/server/am/
DServiceRecord.java22 import android.app.INotificationManager;
915 INotificationManager inm = NotificationManager.getService(); in cancelNotification()
/frameworks/base/services/java/com/android/server/
DSystemServer.java30 import android.app.INotificationManager;
1145 INotificationManager notification = null; in startOtherServices()
1468 notification = INotificationManager.Stub.asInterface( in startOtherServices()

12