Searched refs:mPendingDeviceName (Results 1 – 1 of 1) sorted by relevance
56 private String mPendingDeviceName; field in DeviceNamePreferenceController100 mPendingDeviceName = (String) newValue; in onPreferenceChange()102 mHost.showDeviceNameWarningDialog(mPendingDeviceName); in onPreferenceChange()116 if (update && mPendingDeviceName != null) { in updateDeviceName()117 setDeviceName(mPendingDeviceName); in updateDeviceName()175 mPendingDeviceName = savedInstanceState.getString(KEY_PENDING_DEVICE_NAME, null); in onCreate()181 outState.putString(KEY_PENDING_DEVICE_NAME, mPendingDeviceName); in onSaveInstanceState()