Home
last modified time | relevance | path

Searched defs:getDeviceId (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/core/java/android/hardware/usb/
DUsbDevice.java90 public int getDeviceId() { in getDeviceId() method in UsbDevice
214 public static int getDeviceId(String name) { in getDeviceId() method in UsbDevice
/frameworks/base/telephony/java/com/android/internal/telephony/
DIPhoneSubInfo.aidl28 String getDeviceId(); in getDeviceId() method
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneSubInfoProxy.java40 public String getDeviceId() { in getDeviceId() method in PhoneSubInfoProxy
DPhoneSubInfo.java66 public String getDeviceId() { in getDeviceId() method in PhoneSubInfo
DPhoneProxy.java898 public String getDeviceId() { in getDeviceId() method in PhoneProxy
DPhone.java1320 String getDeviceId(); in getDeviceId() method
/frameworks/base/core/java/android/view/
DInputEvent.java58 public abstract int getDeviceId(); in getDeviceId() method in InputEvent
DKeyEvent.java1838 public final int getDeviceId() { in getDeviceId() method in KeyEvent
DMotionEvent.java1677 public final int getDeviceId() { in getDeviceId() method in MotionEvent
/frameworks/base/media/java/android/mtp/
DMtpDevice.java102 public int getDeviceId() { in getDeviceId() method in MtpDevice
/frameworks/base/core/jni/
Dandroid_view_KeyCharacterMap.cpp55 inline int32_t getDeviceId() const { in getDeviceId() function in android::NativeKeyCharacterMap
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java225 public String getDeviceId() { in getDeviceId() method in TelephonyManager
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhoneBase.java294 public String getDeviceId() { in getDeviceId() method in SipPhoneBase
/frameworks/base/include/androidfw/
DInput.h248 inline int32_t getDeviceId() const { return mDeviceId; } in getDeviceId() function
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGSMPhone.java852 public String getDeviceId() { in getDeviceId() method in GSMPhone
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCDMAPhone.java489 public String getDeviceId() { in getDeviceId() method in CDMAPhone
/frameworks/base/services/input/
DInputReader.h918 inline int32_t getDeviceId() { return mDevice->getId(); } in getDeviceId() function