Searched refs:mForegroundId (Results 1 – 1 of 1) sorted by relevance
260 private int mForegroundId = -1; field in BugreportProgressService351 writer.print("Foreground id: "); writer.println(mForegroundId); in dump()857 if (mForegroundId >= 0) { in sendForegroundabledNotification()861 mForegroundId = id; in sendForegroundabledNotification()862 Log.d(TAG, "Start running as foreground service on id " + mForegroundId); in sendForegroundabledNotification()866 startForeground(mForegroundId, notification); in sendForegroundabledNotification()1096 if (id != mForegroundId) { in stopForegroundWhenDoneLocked()1098 + mForegroundId); in stopForegroundWhenDoneLocked()1102 Log.d(TAG, "detaching foreground from id " + mForegroundId); in stopForegroundWhenDoneLocked()1104 mForegroundId = -1; in stopForegroundWhenDoneLocked()