Searched refs:deviceIdentity (Results 1 – 2 of 2) sorted by relevance
116 String[] deviceIdentity = (String[]) ar.result; in handleMessage() local117 mImei = deviceIdentity[0]; in handleMessage()118 mImeiSv = deviceIdentity[1]; in handleMessage()119 mEsn = deviceIdentity[2]; in handleMessage()120 mMeid = deviceIdentity[3]; in handleMessage()
752 String[] deviceIdentity = new String[4]; in notifyDeviceIdentityChangedRegistrants() local756 deviceIdentity[0] = mImei[physicalSlotId]; in notifyDeviceIdentityChangedRegistrants()757 deviceIdentity[1] = mImeiSv[physicalSlotId]; in notifyDeviceIdentityChangedRegistrants()758 deviceIdentity[2] = mEsn[physicalSlotId]; in notifyDeviceIdentityChangedRegistrants()759 deviceIdentity[3] = mMeid[physicalSlotId]; in notifyDeviceIdentityChangedRegistrants()761 AsyncResult ar = new AsyncResult(null, deviceIdentity, null); in notifyDeviceIdentityChangedRegistrants()