Searched defs:noMan (Results 1 – 8 of 8) sorted by relevance
109 NotificationManager noMan = mContext.getSystemService(NotificationManager.class); in start() local148 NotificationManager noMan = mContext.getSystemService(NotificationManager.class); in updateForegroundInstantApps() local192 @NonNull NotificationManager noMan, in checkAndPostForStack()223 @NonNull NotificationManager noMan, in postInstantAppNotif()
159 INotificationManager noMan = INotificationManager.Stub.asInterface( in requestRebind() local179 INotificationManager noMan = getNotificationInterface(); in requestUnbind() local
1269 INotificationManager noMan = getNotificationInterface(); in registerAsSystemService() local1286 INotificationManager noMan = getNotificationInterface(); in unregisterAsSystemService() local1298 INotificationManager noMan = INotificationManager.Stub.asInterface( in requestRebind() local1319 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