Searched refs:mForegroundId (Results 1 – 1 of 1) sorted by relevance
241 private int mForegroundId = -1; field in BugreportProgressService326 writer.print("Foreground id: "); writer.println(mForegroundId); in dump()766 if (mForegroundId >= 0) { in sendForegroundabledNotification()770 mForegroundId = id; in sendForegroundabledNotification()771 Log.d(TAG, "Start running as foreground service on id " + mForegroundId); in sendForegroundabledNotification()775 startForeground(mForegroundId, notification); in sendForegroundabledNotification()984 if (id != mForegroundId) { in stopForegroundWhenDoneLocked()986 + mForegroundId); in stopForegroundWhenDoneLocked()990 Log.d(TAG, "detaching foreground from id " + mForegroundId); in stopForegroundWhenDoneLocked()992 mForegroundId = -1; in stopForegroundWhenDoneLocked()