Home
last modified time | relevance | path

Searched refs:mDeviceId (Results 1 – 4 of 4) sorted by relevance

/packages/apps/TV/src/com/android/tv/tuner/
DDvbDeviceAccessor.java146 private final int mDeviceId; field in DvbDeviceAccessor.DvbDeviceInfoWrapper
166 mDeviceId = initDeviceId(); in DvbDeviceInfoWrapper()
190 return mDeviceId; in getDeviceId()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/
DHardwareKeyboardEventDecoder.java32 final int mDeviceId; field in HardwareKeyboardEventDecoder
35 mDeviceId = deviceId; in HardwareKeyboardEventDecoder()
/packages/apps/Email/src/com/android/email/activity/setup/
DAccountSetupCredentialsFragment.java76 private TextView mDeviceId; field in AccountSetupCredentialsFragment
139 mDeviceId = UiUtilities.getView(view, R.id.device_id); in onCreateView()
213 mDeviceId.setText(deviceId); in onActivityCreated()
/packages/apps/Settings/src/com/android/settings/
DRadioInfo.java174 private TextView mDeviceId; //DeviceId is the IMEI in GSM and the MEID in CDMA field in RadioInfo
375 mDeviceId = (TextView) findViewById(R.id.imei); in onCreate()
899 mDeviceId.setText(s); in updateProperties()