Searched defs:noMan (Results 1 – 8 of 8) sorted by relevance
111 NotificationManager noMan = mContext.getSystemService(NotificationManager.class); in start() local150 NotificationManager noMan = mContext.getSystemService(NotificationManager.class); in updateForegroundInstantApps() local194 @NonNull NotificationManager noMan, in checkAndPostForStack()225 @NonNull NotificationManager noMan, in postInstantAppNotif()
159 INotificationManager noMan = INotificationManager.Stub.asInterface( in requestRebind() local179 INotificationManager noMan = getNotificationInterface(); in requestUnbind() local
1342 INotificationManager noMan = getNotificationInterface(); in registerAsSystemService() local1359 INotificationManager noMan = getNotificationInterface(); in unregisterAsSystemService() local1371 INotificationManager noMan = INotificationManager.Stub.asInterface( in requestRebind() local1386 INotificationManager noMan = INotificationManager.Stub.asInterface( in requestUnbind() local1407 INotificationManager noMan = getNotificationInterface(); in requestUnbind() local
94 final NotificationManager noMan = getSystemService(NotificationManager.class); in startForeground() local
45 @Mock private lateinit var noMan: NotificationManager variable in com.android.systemui.statusbar.policy.BatteryStateNotifierTest
93 INotificationManager noMan = service.getNoMan(); in testGetActiveNotifications_notNull() local106 INotificationManager noMan = service.getNoMan(); in testGetActiveNotifications_handlesBinderErrors() local
37 val noMan: NotificationManager, constant in com.android.systemui.statusbar.policy.BatteryStateNotifier
62 private val noMan: INotificationManager, in <lambda>() constant in com.android.systemui.statusbar.notification.row.ChannelEditorDialogController