Searched defs:noMan (Results 1 – 8 of 8) sorted by relevance
117 NotificationManager noMan = mContext.getSystemService(NotificationManager.class); in start() local159 NotificationManager noMan = mContext.getSystemService(NotificationManager.class); in updateForegroundInstantApps() local206 @NonNull NotificationManager noMan, in checkAndPostForPrimaryScreen()225 @NonNull NotificationManager noMan, in checkAndPostForStack()256 @NonNull NotificationManager noMan, in postInstantAppNotif()
159 INotificationManager noMan = INotificationManager.Stub.asInterface( in requestRebind() local179 INotificationManager noMan = getNotificationInterface(); in requestUnbind() local
1261 INotificationManager noMan = getNotificationInterface(); in registerAsSystemService() local1278 INotificationManager noMan = getNotificationInterface(); in unregisterAsSystemService() local1290 INotificationManager noMan = INotificationManager.Stub.asInterface( in requestRebind() local1311 INotificationManager noMan = getNotificationInterface(); in requestUnbind() local
94 final NotificationManager noMan = getSystemService(NotificationManager.class); in startForeground() local
48 @Mock private lateinit var noMan: NotificationManager variable in com.android.systemui.statusbar.policy.BatteryStateNotifierTest
36 val noMan: NotificationManager, constant in com.android.systemui.statusbar.policy.BatteryStateNotifier
87 INotificationManager noMan = service.getNoMan(); in testGetActiveNotifications_notNull() local
62 private val noMan: INotificationManager, in <lambda>() constant