Searched refs:stopForeground (Results 1 – 17 of 17) sorted by relevance
717 public final void stopForeground(boolean removeNotification) { in stopForeground() method in Service718 stopForeground(removeNotification ? STOP_FOREGROUND_REMOVE : 0); in stopForeground()728 public final void stopForeground(@StopForegroundFlags int flags) { in stopForeground() method in Service
92 stopForeground(true /* removeNotification */); in updateForegroundState()
655 {@link android.app.Service#stopForeground stopForeground()}。此方法取一个布尔值,指示是否也删除状态栏通知。
655 android.app.Service#stopForeground stopForeground()}. Этот метод содержит логическое значение, указ…
655 android.app.Service#stopForeground stopForeground()}。此方法有一個布林數,表示是否同時移除狀態列通知。
655 android.app.Service#stopForeground stopForeground()} を呼び出します。このメソッドでは、同時にステータスバーの通知も除去するかどうかを示すブール値…
655 android.app.Service#stopForeground stopForeground()}를 호출하면 됩니다. 이 메서드는 부울 값을 취하며, 이것이
452 {@link android.app.Service#stopForeground stopForeground()}:</p>455 stopForeground(true);
655 android.app.Service#stopForeground stopForeground()}. Metode ini memerlukan boolean, yang menunjukk…
665 android.app.Service#stopForeground stopForeground()}. This method takes a boolean, indicating
785 stopForeground(Service.STOP_FOREGROUND_DETACH); in stopForegroundWhenDone()
655 android.app.Service#stopForeground stopForeground()}. Este método usa um booleano,
655 android.app.Service#stopForeground stopForeground()}. Phương pháp này dùng một boolean, cho biết
5561 method public final void stopForeground(boolean);5562 method public final void stopForeground(int);
5562 method public final void stopForeground(boolean);5563 method public final void stopForeground(int);
5709 method public final void stopForeground(boolean);5710 method public final void stopForeground(int);
5073 method public final void stopForeground(boolean);