Searched refs:RES_SHOW_DEVICE_NAME_BOOL (Results 1 – 2 of 2) sorted by relevance
21 …rt static com.android.settings.deviceinfo.DeviceNamePreferenceController.RES_SHOW_DEVICE_NAME_BOOL;108 doReturn(false).when(mResources).getBoolean(RES_SHOW_DEVICE_NAME_BOOL); in getAvailabilityStatus_unsupportedWhenSet()
49 static final int RES_SHOW_DEVICE_NAME_BOOL = R.bool.config_show_device_name; field in DeviceNamePreferenceController