Home
last modified time | relevance | path

Searched refs:mForegroundId (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportProgressService.java225 private int mForegroundId = -1; field in BugreportProgressService
301 writer.print("Foreground id: "); writer.println(mForegroundId); in dump()
541 if (mForegroundId >= 0) { in sendForegroundabledNotification()
545 mForegroundId = id; in sendForegroundabledNotification()
546 Log.d(TAG, "Start running as foreground service on id " + mForegroundId); in sendForegroundabledNotification()
547 startForeground(mForegroundId, notification); in sendForegroundabledNotification()
749 if (id != mForegroundId) { in stopForegroundWhenDone()
751 + mForegroundId); in stopForegroundWhenDone()
755 Log.d(TAG, "detaching foreground from id " + mForegroundId); in stopForegroundWhenDone()
757 mForegroundId = -1; in stopForegroundWhenDone()