Searched refs:URI_STRING (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/ |
H A D | PeopleBackupHelperTest.java | 81 private static final String URI_STRING = "content://mms"; field in PeopleBackupHelperTest 139 SECOND_WIDGET_ID_STRING, URI_STRING); in testGetKeyType_widgetId_twoDigits() 188 "shortcut_id/12/com.android.systemui", URI_STRING); in testGetKeyType_unknown_unexpectedValueForPeopleTileKey() 195 URI_STRING, "12"); in testGetKeyType_unknown_unexpectedValueForContactUri() 259 assertThat(mBackupSp.getStringSet(URI_STRING, new HashSet<>())) in testBackupKey_contactUriKey_ignoresExistingWidgets() 270 assertThat(mBackupSp.getStringSet(URI_STRING, new HashSet<>())) in testBackupKey_contactUriKey_ignoresExistingWidgets_otherWidget() 291 assertThat(mBackupSp.getStringSet(URI_STRING, new HashSet<>())) in testBackupKey_contactUriKey_sameUserId() 439 assertThat(mSp.getStringSet(URI_STRING, new HashSet<>())) in testRestoreKey_contactUriKey_noUserIdInUri() 447 mBackupEditor.putInt(ADD_USER_ID_TO_URI + URI_STRING, USER_ID_0); in testRestoreKey_contactUriKey_sameUserInUri() 464 mBackupEditor.putInt(ADD_USER_ID_TO_URI + URI_STRING, USER_ID_10); in testRestoreKey_contactUriKey_differentUserInUri() [all …]
|
/aosp12/frameworks/base/core/java/android/hardware/usb/ |
H A D | UsbAccessory.java | 73 public static final int URI_STRING = 4; field in UsbAccessory
|
/aosp12/frameworks/base/services/usb/java/com/android/server/usb/ |
H A D | UsbDeviceManager.java | 692 accessoryStrings[UsbAccessory.URI_STRING], in updateCurrentAccessory()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 25217 Landroid/hardware/usb/UsbAccessory;->URI_STRING:I
|