HomeSort by relevance Sort by last modified time
    Searched defs:getDeviceId (Results 1 - 25 of 153) sorted by null

1 2 3 4 5 6 7

  /frameworks/base/media/java/android/media/tv/
DvbDeviceInfo.java 78 public int getDeviceId() {
TvInputHardwareInfo.java 108 public int getDeviceId() {
  /packages/apps/Contacts/src/com/android/contacts/compat/
TelephonyManagerCompat.java 86 public static String getDeviceId(@Nullable TelephonyManager telephonyManager, int slotId) {
92 "getDeviceId", Integer.class)) {
93 return telephonyManager.getDeviceId(slotId);
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
AccountServiceProxy.java 81 public String getDeviceId() {
85 mReturn = mService.getDeviceId();
87 }, "getDeviceId");
  /packages/apps/Email/provider_src/com/android/email/service/
AccountService.java 56 public String getDeviceId() {
66 return Device.getDeviceId(mContext);
80 Device.getDeviceId(this);
  /frameworks/base/core/java/android/hardware/fingerprint/
Fingerprint.java 71 public long getDeviceId() { return mDeviceId; }
  /frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
ReceiverActivity.java 44 provider.openDevice(device.getDeviceId());
45 final String deviceRootId = provider.getDeviceDocumentId(device.getDeviceId());
  /packages/apps/TV/tuner/tests/unittests/javatests/com/android/tv/tuner/
FakeTunerHal.java 40 protected long getDeviceId() {
  /frameworks/av/media/libaudioclient/include/media/
AudioIoDescriptor.h 47 audio_port_handle_t getDeviceId() {
  /frameworks/base/core/java/android/view/
InputEvent.java 58 public abstract int getDeviceId();
66 return InputDevice.getDevice(getDeviceId());
  /frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
TestUtil.java 56 waitForStorages(instrumentation, manager, device.getDeviceId());
104 manager.openDevice(device.getDeviceId());
MtpManagerTest.java 53 mManager.closeDevice(mUsbDevice.getDeviceId());
69 mManager.readEvent(mUsbDevice.getDeviceId(), signal);
108 MtpEvent event = mManager.readEvent(mUsbDevice.getDeviceId(), signal);
120 if (record.deviceId == mUsbDevice.getDeviceId()) {
129 mUsbDevice.getDeviceId(), storageId, MtpManager.OBJECT_HANDLE_ROOT_CHILDREN)) {
130 if (mManager.getObjectInfo(mUsbDevice.getDeviceId(), handle)
132 mManager.deleteDocument(mUsbDevice.getDeviceId(), handle);
144 mUsbDevice.getDeviceId(),
154 mUsbDevice.getDeviceId(), objectHandle, 0, 5, bytes));
157 mUsbDevice.getDeviceId(), objectHandle, 6, 100, bytes))
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/
Device.java 43 static public synchronized String getDeviceId(Context context) throws IOException {
52 throw new IllegalStateException("getDeviceId requires a Context");
103 deviceId = tm.getDeviceId();
108 LogUtils.d(Logging.LOG_TAG, "Error in TelephonyManager.getDeviceId(): "
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowTelephonyManager.java 47 public String getDeviceId() {
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
TelephonyManagerTest.java 48 assertEquals(testId, telephonyManager.getDeviceId());
78 manager.getDeviceId();
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowTelephonyManagerTest.java 59 assertEquals(testId, telephonyManager.getDeviceId());
118 telephonyManager.getDeviceId();
  /frameworks/av/media/libaaudio/src/core/
AAudioStreamParameters.h 32 int32_t getDeviceId() const {
  /frameworks/base/core/jni/
android_view_KeyCharacterMap.cpp 57 inline int32_t getDeviceId() const {
107 parcel->writeInt32(map->getDeviceId());
183 if (map->getMap()->getEvents(map->getDeviceId(),
  /packages/apps/TV/tuner/src/com/android/tv/tuner/
DvbTunerHal.java 123 protected long getDeviceId() {
DvbDeviceAccessor.java 151 sGetDeviceIdMethod = dvbDeviceInfoClass.getDeclaredMethod("getDeviceId");
164 mId = (((long) getAdapterId()) << 32) | (getDeviceId() & 0xffffffffL);
186 public int getDeviceId() {
210 return getDeviceId() - another.getDeviceId();
219 getDeviceId());
  /frameworks/av/include/media/
MicrophoneInfo.h 145 String16 getDeviceId() const {
  /frameworks/av/media/libaaudio/examples/utils/
AAudioArgsParser.h 172 int32_t getDeviceId() const {
379 getDeviceId(), AAudioStream_getDeviceId(stream));
  /frameworks/base/core/java/android/hardware/hdmi/
HdmiDeviceInfo.java 356 public int getDeviceId() {
  /frameworks/base/core/java/android/hardware/usb/
UsbDevice.java 139 public int getDeviceId() {
140 return getDeviceId(mName);
334 public static int getDeviceId(String name) {
  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalCoolingDevice.java 85 public int getDeviceId() {

Completed in 4207 milliseconds

1 2 3 4 5 6 7