Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/slices/
DCustomSliceRegistry.java62 .authority(SettingsSliceProvider.SLICE_AUTHORITY)
72 .authority(SettingsSliceProvider.SLICE_AUTHORITY)
92 .authority(SettingsSliceProvider.SLICE_AUTHORITY)
111 .authority(SettingsSliceProvider.SLICE_AUTHORITY)
120 .authority(SettingsSliceProvider.SLICE_AUTHORITY)
129 .authority(SettingsSliceProvider.SLICE_AUTHORITY)
147 .authority(SettingsSliceProvider.SLICE_AUTHORITY)
156 .authority(SettingsSliceProvider.SLICE_AUTHORITY)
166 .authority(SettingsSliceProvider.SLICE_AUTHORITY)
176 .authority(SettingsSliceProvider.SLICE_AUTHORITY)
[all …]
DSliceDataConverter.java300 .authority(SettingsSliceProvider.SLICE_AUTHORITY) in getAccessibilitySliceData()
DSettingsSliceProvider.java95 public static final String SLICE_AUTHORITY = "com.android.settings.slices"; field in SettingsSliceProvider
/packages/apps/Settings/tests/robotests/src/com/android/settings/slices/
DSlicesDatabaseAccessorTest.java141 .authority(SettingsSliceProvider.SLICE_AUTHORITY) in testGetSliceFromUri_validUri_validSliceReturned()
163 .authority(SettingsSliceProvider.SLICE_AUTHORITY) in testGetSliceFromUri_invalidUri_errorThrown()
186 final List<Uri> keys = mAccessor.getSliceUris(SettingsSliceProvider.SLICE_AUTHORITY, in getDescendantUris_oemSlice_doesNotReturnPlatformSlice()
197 final List<Uri> keys = mAccessor.getSliceUris(SettingsSliceProvider.SLICE_AUTHORITY, in getDescendantUris_oemSlice_returnsOEMUriDescendant()
224 .authority(SettingsSliceProvider.SLICE_AUTHORITY) in getSliceUris_publicSlice_returnPublicUri()
229 final List<Uri> uri = mAccessor.getSliceUris(SettingsSliceProvider.SLICE_AUTHORITY, true); in getSliceUris_publicSlice_returnPublicUri()
242 .authority(SettingsSliceProvider.SLICE_AUTHORITY) in getSliceUris_nonPublicSlice_returnNonPublicUri()
247 final List<Uri> uri = mAccessor.getSliceUris(SettingsSliceProvider.SLICE_AUTHORITY, false); in getSliceUris_nonPublicSlice_returnNonPublicUri()
269 final List<Uri> keys = accessor.getSliceUris(SettingsSliceProvider.SLICE_AUTHORITY, in getSliceKeys_indexesDatabase()
DSettingsSliceProviderTest.java109 .authority(SettingsSliceProvider.SLICE_AUTHORITY)
261 .authority(SettingsSliceProvider.SLICE_AUTHORITY) in onBindSlice_requestsBlockedSlice_returnsNull()
363 .authority(SettingsSliceProvider.SLICE_AUTHORITY) in getDescendantUris_oemSlice_doesNotReturnPlatformSlice()
379 .authority(SettingsSliceProvider.SLICE_AUTHORITY) in getDescendantUris_oemSlice_returnsOEMUriDescendant()
386 .authority(SettingsSliceProvider.SLICE_AUTHORITY) in getDescendantUris_oemSlice_returnsOEMUriDescendant()
403 .authority(SettingsSliceProvider.SLICE_AUTHORITY) in getDescendantUris_oemSliceNoPath_returnsOEMUriDescendant()
409 .authority(SettingsSliceProvider.SLICE_AUTHORITY) in getDescendantUris_oemSliceNoPath_returnsOEMUriDescendant()
426 .authority(SettingsSliceProvider.SLICE_AUTHORITY) in getDescendantUris_oemSliceNoPath_notContainPrivateUri()
430 .authority(SettingsSliceProvider.SLICE_AUTHORITY) in getDescendantUris_oemSliceNoPath_notContainPrivateUri()
509 .authority(SettingsSliceProvider.SLICE_AUTHORITY) in getDescendantUris_noAuthorityNorPath_returnsAllUris()
[all …]
DSliceBuilderUtilsTest.java232 .authority(SettingsSliceProvider.SLICE_AUTHORITY) in getPathData_splitsIntentUri()
246 .authority(SettingsSliceProvider.SLICE_AUTHORITY) in getPathData_splitsActionUri()
260 .authority(SettingsSliceProvider.SLICE_AUTHORITY) in getPathData_noKey_returnsNull()
272 .authority(SettingsSliceProvider.SLICE_AUTHORITY) in getPathData_extraArg_returnsNull()
DSliceTestUtils.java63 : SettingsSliceProvider.SLICE_AUTHORITY) in insertSliceToDb()
DSliceBroadcastReceiverTest.java331 .authority(SettingsSliceProvider.SLICE_AUTHORITY) in buildUri()
/packages/apps/Settings/tests/unit/src/com/android/settings/slices/
DSpecialCaseSliceManagerTest.java107 .authority(SettingsSliceProvider.SLICE_AUTHORITY)
DSliceTestUtils.java63 : SettingsSliceProvider.SLICE_AUTHORITY) in insertSliceToDb()
/packages/apps/Settings/src/com/android/settings/core/
DBasePreferenceController.java228 .authority(SettingsSliceProvider.SLICE_AUTHORITY) in getSliceUri()
/packages/apps/Settings/src/com/android/settings/search/
DSettingsSearchIndexablesProvider.java252 .authority(SettingsSliceProvider.SLICE_AUTHORITY) in querySliceUriPairs()