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

/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/TV/src/com/android/tv/tuner/
H A DDvbDeviceAccessor.java146 private final int mDeviceId; field in class:DvbDeviceAccessor.DvbDeviceInfoWrapper
166 mDeviceId = initDeviceId();
190 return mDeviceId;
/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);
213 mDeviceId.setText(deviceId);
/packages/apps/Settings/src/com/android/settings/
H A DRadioInfo.java174 private TextView mDeviceId; //DeviceId is the IMEI in GSM and the MEID in CDMA field in class:RadioInfo
375 mDeviceId = (TextView) findViewById(R.id.imei);
899 mDeviceId.setText(s);

Completed in 161 milliseconds