Searched defs:noMan (Results 1 – 8 of 8) sorted by relevance
110 NotificationManager noMan = mContext.getSystemService(NotificationManager.class); in start() local149 NotificationManager noMan = mContext.getSystemService(NotificationManager.class); in updateForegroundInstantApps() local193 @NonNull NotificationManager noMan, in checkAndPostForStack()224 @NonNull NotificationManager noMan, in postInstantAppNotif()
159 INotificationManager noMan = INotificationManager.Stub.asInterface( in requestRebind() local179 INotificationManager noMan = getNotificationInterface(); in requestUnbind() local
1310 INotificationManager noMan = getNotificationInterface(); in registerAsSystemService() local1327 INotificationManager noMan = getNotificationInterface(); in unregisterAsSystemService() local1339 INotificationManager noMan = INotificationManager.Stub.asInterface( in requestRebind() local1354 INotificationManager noMan = INotificationManager.Stub.asInterface( in requestUnbind() local1375 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
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