Home
last modified time | relevance | path

Searched defs:startForeground (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
DService.java705 public final void startForeground(int id, Notification notification) { in startForeground() method in Service
739 public final void startForeground(int id, @NonNull Notification notification, in startForeground() method in Service
/frameworks/base/core/tests/coretests/BstatsTestApp/src/com/android/coretests/apps/bstatstestapp/
DTestService.java82 private void startForeground() { in startForeground() method in TestService