Searched refs:USER_ID_NOT_SPECIFIED (Results 1 – 1 of 1) sorted by relevance
63 private static final int USER_ID_NOT_SPECIFIED = -1; field in RecordingService198 int userId = intent.getIntExtra(Intent.EXTRA_USER_HANDLE, USER_ID_NOT_SPECIFIED); in onStartCommand()409 stopService(USER_ID_NOT_SPECIFIED); in stopService()413 if (userId == USER_ID_NOT_SPECIFIED) { in stopService()