Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
DRecordingService.java62 private static final int USER_ID_NOT_SPECIFIED = -1; field in RecordingService
204 int userId = intent.getIntExtra(Intent.EXTRA_USER_HANDLE, USER_ID_NOT_SPECIFIED); in onStartCommand()
410 stopService(USER_ID_NOT_SPECIFIED); in stopService()
414 if (userId == USER_ID_NOT_SPECIFIED) { in stopService()