HomeSort by relevance Sort by last modified time
    Searched refs:TYPE_DEVICE (Results 1 - 5 of 5) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/util/
DeviceLocalAccountTypeFactory.java 35 @IntDef({TYPE_OTHER, TYPE_DEVICE, TYPE_SIM})
38 static final int TYPE_DEVICE = 1;
49 return type == TYPE_SIM || type == TYPE_DEVICE;
68 return accountType == null ? TYPE_DEVICE : TYPE_OTHER;
  /packages/apps/Contacts/src/com/android/contacts/model/account/
AccountDisplayInfoFactory.java 59 mDeviceAccountCount = countOfType(DeviceLocalAccountTypeFactory.TYPE_DEVICE, accounts);
95 || (type == DeviceLocalAccountTypeFactory.TYPE_DEVICE && mDeviceAccountCount == 1)
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/
FakeDeviceAccountTypeFactory.java 32 return TYPE_DEVICE;
  /frameworks/base/media/java/android/media/
AudioPort.java 60 public static final int TYPE_DEVICE = 1;
  /external/deqp/external/vulkancts/scripts/
gen_framework.py 327 TYPE_DEVICE = 2 # Bound to VkDevice
348 return Function.TYPE_DEVICE
    [all...]

Completed in 191 milliseconds