Searched refs:mDeviceId (Results 1 - 3 of 3) sorted by last modified time

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/
H A DHardwareKeyboardEventDecoder.java32 final int mDeviceId; field in class:HardwareKeyboardEventDecoder
35 mDeviceId = deviceId;
/packages/apps/Settings/src/com/android/settings/
H A DRadioInfo.java92 private TextView mDeviceId; //DeviceId is the IMEI in GSM and the MEID in CDMA field in class:RadioInfo
260 mDeviceId= (TextView) findViewById(R.id.imei);
659 mDeviceId.setText(s);
/packages/apps/Email/src/com/android/email/activity/setup/
H A DAccountSetupCredentialsFragment.java76 private TextView mDeviceId; field in class:AccountSetupCredentialsFragment
139 mDeviceId = UiUtilities.getView(view, R.id.device_id);
211 mDeviceId.setText(deviceId);

Completed in 316 milliseconds