Searched defs:mDeviceId (Results 1 - 3 of 3) 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/Exchange/src/com/android/exchange/
H A DEasSyncService.java151 protected String mDeviceId = null; field in class:EasSyncService
420 svc.mDeviceId = ExchangeService.getDeviceId(context);
469 mDeviceId = ExchangeService.getDeviceId(context);
1195 mUserString = "&User=" + safeUserName + "&DeviceId=" + mDeviceId +
1881 mDeviceId = ExchangeService.getDeviceId(mContext);
/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
253 mDeviceId= (TextView) findViewById(R.id.imei);
646 mDeviceId.setText(s);

Completed in 198 milliseconds