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

1 2 3 4 5

  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
IAccountService.aidl 26 String getDeviceId();
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/view/
InputEvent.java 58 public abstract int getDeviceId();
66 return InputDevice.getDevice(getDeviceId());
InputEventConsistencyVerifier.java 202 final int deviceId = event.getDeviceId();
338 final int deviceId = event.getDeviceId();
531 final int deviceId = keyEvent.getDeviceId();
  /frameworks/base/media/java/android/mtp/
MtpDevice.java 95 * This returns the same value as {@link android.hardware.usb.UsbDevice#getDeviceId}
100 public int getDeviceId() {
101 return mDevice.getDeviceId();
  /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(): "
  /frameworks/base/core/java/android/hardware/usb/
UsbDevice.java 122 public int getDeviceId() {
123 return getDeviceId(mName);
315 public static int getDeviceId(String name) {
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
TelephonyManagerTest.java 48 assertEquals(testId, telephonyManager.getDeviceId());
78 manager.getDeviceId();
  /frameworks/base/telephony/java/com/android/internal/telephony/
IPhoneSubInfo.aidl 28 String getDeviceId();
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneSubInfoProxy.java 38 public String getDeviceId() {
39 return mPhoneSubInfo.getDeviceId();
PhoneSubInfo.java 68 public String getDeviceId() {
70 return mPhone.getDeviceId();
337 pw.println(" Device ID = " + mPhone.getDeviceId());
PhoneSubInfoController.java 46 public String getDeviceId() {
53 return phone.getDeviceId();
76 Rlog.e(TAG,"getDeviceId phoneSubInfoProxy is null" +
  /cts/tests/tests/permission/src/android/permission/cts/
TelephonyManagerPermissionTest.java 47 * Verify that TelephonyManager.getDeviceId requires Permission.
59 String id = mTelephonyManager.getDeviceId();
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowTelephonyManager.java 47 public String getDeviceId() {
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
StorageUtils.java 108 final long dataDev = getDeviceId(Environment.getDataDirectory());
109 final long cacheDev = getDeviceId(Environment.getDownloadCacheDirectory());
110 final long externalDev = getDeviceId(Environment.getExternalStorageDirectory());
188 private static long getDeviceId(File file) {
  /frameworks/base/services/core/java/com/android/server/tv/
TvInputHal.java 164 retrieveStreamConfigsLocked(info.getDeviceId());
168 configs = mStreamConfigs.get(info.getDeviceId());
  /frameworks/base/core/tests/coretests/src/android/util/
KeyUtils.java 62 final KeyCharacterMap keyCharMap = KeyCharacterMap.load(pushMenuKey.getDeviceId());
  /frameworks/base/core/jni/
android_view_KeyCharacterMap.cpp 55 inline int32_t getDeviceId() const {
105 parcel->writeInt32(map->getDeviceId());
179 if (map->getMap()->getEvents(map->getDeviceId(), chars, size_t(numChars), events)) {
  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalCoolingDevice.java 85 public int getDeviceId() {
  /cts/tests/tests/view/src/android/view/cts/
KeyEventTest.java 224 assertEquals(deviceId, mKeyEvent.getDeviceId());
544 assertEquals(mKeyEvent.getDeviceId(), keyEvent.getDeviceId());
586 assertEquals(mKeyEvent.getDeviceId(), newEvent.getDeviceId());
602 assertEquals(mKeyEvent.getDeviceId(), newEvent.getDeviceId());
622 assertEquals(mKeyEvent.getDeviceId(), newEvent.getDeviceId());
  /cts/tests/tests/telephony/src/android/telephony/cts/
TelephonyManagerTest.java 160 mTelephonyManager.getDeviceId();
170 String deviceId = mTelephonyManager.getDeviceId();
  /frameworks/native/services/inputflinger/
InputReader.cpp     [all...]
  /development/samples/ControllerSample/src/com/example/inputmanagercompat/
InputManagerV9.java 190 int id = event.getDeviceId();
  /frameworks/base/media/java/android/media/tv/
TvInputHardwareInfo.java 76 public int getDeviceId() {

Completed in 1391 milliseconds

1 2 3 4 5