Searched refs:USER_ID_NOT_SPECIFIED (Results 1 – 1 of 1) sorted by relevance
62 private static final int USER_ID_NOT_SPECIFIED = -1; field in RecordingService204 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()