Home
last modified time | relevance | path

Searched refs:getUriForPath (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/ThemePicker/src/com/android/customization/model/themedicon/
H A DThemedIconSwitchProvider.java95 mThemedIconUtils.getUriForPath(ICON_THEMED), /* projection= */ null, in fetchThemedIconEnabled()
125 int result = mContentResolver.update(mThemedIconUtils.getUriForPath(ICON_THEMED), in setThemedIconEnabled()
H A DThemedIconUtils.java64 Uri getUriForPath(String path) { in getUriForPath() method in ThemedIconUtils