Searched refs:TV_USER_SETUP_COMPLETE (Results 1 – 2 of 2) sorted by relevance
37 private static final String TV_USER_SETUP_COMPLETE = "tv_user_setup_complete"; field in DefaultActivity49 Settings.Secure.putInt(getContentResolver(), TV_USER_SETUP_COMPLETE, 1); in onCreate() local
69 private static final String TV_USER_SETUP_COMPLETE = "tv_user_setup_complete"; field in BluetoothDeviceService239 && Settings.Secure.getInt(context.getContentResolver(), TV_USER_SETUP_COMPLETE, 0) in isSetupComplete()