Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
DShadowInputDevice.java36 private int mDeviceId; field in ShadowInputDevice
60 return mDeviceId; in getId()
71 mDeviceId = id; in setId()
/packages/apps/TV/tuner/src/com/android/tv/tuner/
DDvbDeviceAccessor.java143 private final int mDeviceId; field in DvbDeviceAccessor.DvbDeviceInfoWrapper
163 mDeviceId = initDeviceId(); in DvbDeviceInfoWrapper()
187 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/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DRadioInfo.java181 private TextView mDeviceId; //DeviceId is the IMEI in GSM and the MEID in CDMA field in RadioInfo
414 mDeviceId = (TextView) findViewById(R.id.imei); in onCreate()
994 mDeviceId.setText(s); in updateProperties()
/packages/apps/Settings/src/com/android/settings/
DRadioInfo.java190 private TextView mDeviceId; //DeviceId is the IMEI in GSM and the MEID in CDMA field in RadioInfo
444 mDeviceId = (TextView) findViewById(R.id.imei); in onCreate()
1092 mDeviceId.setText(s); in updateProperties()