Home
last modified time | relevance | path

Searched refs:SLICE_AUTHORITY (Results 1 – 14 of 14) sorted by relevance

/packages/apps/Settings/src/com/android/settings/slices/
DCustomSliceRegistry.java72 .authority(SettingsSliceProvider.SLICE_AUTHORITY)
92 .authority(SettingsSliceProvider.SLICE_AUTHORITY)
102 .authority(SettingsSliceProvider.SLICE_AUTHORITY)
122 .authority(SettingsSliceProvider.SLICE_AUTHORITY)
131 .authority(SettingsSliceProvider.SLICE_AUTHORITY)
140 .authority(SettingsSliceProvider.SLICE_AUTHORITY)
149 .authority(SettingsSliceProvider.SLICE_AUTHORITY)
158 .authority(SettingsSliceProvider.SLICE_AUTHORITY)
176 .authority(SettingsSliceProvider.SLICE_AUTHORITY)
185 .authority(SettingsSliceProvider.SLICE_AUTHORITY)
[all …]
DSettingsSliceProvider.java90 public static final String SLICE_AUTHORITY = "com.android.settings.slices"; field in SettingsSliceProvider
277 descendants.addAll(buildUrisFromKeys(oemKeys, SettingsSliceProvider.SLICE_AUTHORITY)); in onGetSliceDescendants()
DSliceBroadcastReceiver.java224 : SettingsSliceProvider.SLICE_AUTHORITY; in updateUri()
DSliceBuilderUtils.java220 : SettingsSliceProvider.SLICE_AUTHORITY; in getUri()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/slices/
DCustomSliceRegistry.java73 .authority(SettingsSliceProvider.SLICE_AUTHORITY)
93 .authority(SettingsSliceProvider.SLICE_AUTHORITY)
103 .authority(SettingsSliceProvider.SLICE_AUTHORITY)
123 .authority(SettingsSliceProvider.SLICE_AUTHORITY)
132 .authority(SettingsSliceProvider.SLICE_AUTHORITY)
141 .authority(SettingsSliceProvider.SLICE_AUTHORITY)
150 .authority(SettingsSliceProvider.SLICE_AUTHORITY)
159 .authority(SettingsSliceProvider.SLICE_AUTHORITY)
177 .authority(SettingsSliceProvider.SLICE_AUTHORITY)
186 .authority(SettingsSliceProvider.SLICE_AUTHORITY)
[all …]
DSettingsSliceProvider.java86 public static final String SLICE_AUTHORITY = "com.android.car.developeroptions.slices"; field in SettingsSliceProvider
273 descendants.addAll(buildUrisFromKeys(oemKeys, SettingsSliceProvider.SLICE_AUTHORITY)); in onGetSliceDescendants()
DSliceBroadcastReceiver.java223 : SettingsSliceProvider.SLICE_AUTHORITY; in updateUri()
DSliceBuilderUtils.java231 : SettingsSliceProvider.SLICE_AUTHORITY; in getUri()
/packages/apps/Settings/tests/robotests/src/com/android/settings/slices/
DSettingsSliceProviderTest.java246 .authority(SettingsSliceProvider.SLICE_AUTHORITY) in onBindSlice_requestsBlockedSlice_returnsNull()
320 .authority(SettingsSliceProvider.SLICE_AUTHORITY) in getDescendantUris_oemSlice_doesNotReturnPlatformSlice()
335 .authority(SettingsSliceProvider.SLICE_AUTHORITY) in getDescendantUris_oemSlice_returnsOEMUriDescendant()
342 .authority(SettingsSliceProvider.SLICE_AUTHORITY) in getDescendantUris_oemSlice_returnsOEMUriDescendant()
358 .authority(SettingsSliceProvider.SLICE_AUTHORITY) in getDescendantUris_oemSliceNoPath_returnsOEMUriDescendant()
364 .authority(SettingsSliceProvider.SLICE_AUTHORITY) in getDescendantUris_oemSliceNoPath_returnsOEMUriDescendant()
439 .authority(SettingsSliceProvider.SLICE_AUTHORITY) in getDescendantUris_noAuthorityNorPath_returnsAllUris()
DSliceBroadcastReceiverTest.java95 .authority(SettingsSliceProvider.SLICE_AUTHORITY) in onReceive_toggleChanged()
150 .authority(SettingsSliceProvider.SLICE_AUTHORITY) in toggleUpdate_synchronously_notifyChange_should_be_called()
188 .authority(SettingsSliceProvider.SLICE_AUTHORITY) in onReceive_sliderChanged()
293 .authority(SettingsSliceProvider.SLICE_AUTHORITY) in toggleUpdate_unavailableUriNotified()
334 .authority(SettingsSliceProvider.SLICE_AUTHORITY) in sliderUpdate_unavailableUriNotified()
DSliceBuilderUtilsTest.java143 .authority(SettingsSliceProvider.SLICE_AUTHORITY) in testUriBuilder_oemAuthority_intentPath_returnsValidSliceUri()
156 .authority(SettingsSliceProvider.SLICE_AUTHORITY) in testUriBuilder_oemAuthority_actionPath_returnsValidSliceUri()
285 .authority(SettingsSliceProvider.SLICE_AUTHORITY) in getPathData_splitsIntentUri()
299 .authority(SettingsSliceProvider.SLICE_AUTHORITY) in getPathData_splitsActionUri()
313 .authority(SettingsSliceProvider.SLICE_AUTHORITY) in getPathData_noKey_returnsNull()
325 .authority(SettingsSliceProvider.SLICE_AUTHORITY) in getPathData_extraArg_returnsNull()
DSpecialCaseSliceManagerTest.java109 .authority(SettingsSliceProvider.SLICE_AUTHORITY)
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/search/
DSettingsSearchIndexablesProvider.java201 .authority(SettingsSliceProvider.SLICE_AUTHORITY) in querySliceUriPairs()
/packages/apps/Settings/src/com/android/settings/search/
DSettingsSearchIndexablesProvider.java201 .authority(SettingsSliceProvider.SLICE_AUTHORITY) in querySliceUriPairs()