Searched refs:startForeground (Results 1 – 4 of 4) sorted by relevance
52 Method startForeground = null; in setForeground() local54 startForeground = service.getClass().getMethod("startForeground", startForegroundSignature); in setForeground()57 startForeground.invoke(service, new Object[] { notificationId, notification }); in setForeground()
71 startForeground(notificationId, notification); in runAsForegroundService()
58 public final void startForeground(int id, Notification notification) { in startForeground() method in ShadowService
91 startForeground(1, notification); in onStartCommand()