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

/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportProgressService.java207 private int mForegroundId = -1; field in class:BugreportProgressService
274 writer.printf("Foreground id: %d\n\n", mForegroundId);
516 if (mForegroundId >= 0) {
520 mForegroundId = id;
521 Log.d(TAG, "Start running as foreground service on id " + mForegroundId);
522 startForeground(mForegroundId, notification);
798 if (id != mForegroundId) {
800 + mForegroundId);
804 Log.d(TAG, "detaching foreground from id " + mForegroundId);
806 mForegroundId
[all...]

Completed in 46 milliseconds