Home
last modified time | relevance | path

Searched refs:ENHANCED_4G_SLICE_URI (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Settings/tests/unit/src/com/android/settings/network/telephony/
DEnhanced4gLteSliceHelperTest.java122 CustomSliceRegistry.ENHANCED_4G_SLICE_URI); in createEnhanced4gLteSlice_invalidSubId_nullSlice()
132 CustomSliceRegistry.ENHANCED_4G_SLICE_URI); in createEnhanced4gLteSlice_enhanced4gLteNotSupported_nullSlice()
145 CustomSliceRegistry.ENHANCED_4G_SLICE_URI); in createEnhanced4gLteSlice_success()
159 final Slice slice = mProvider.onBindSlice(CustomSliceRegistry.ENHANCED_4G_SLICE_URI); in sttingSliceProvider_enhanced4gLteHelper_getsRightSlice()
/packages/apps/Settings/src/com/android/settings/network/telephony/
DEnhanced4gLteSliceHelper.java201 mContext.getContentResolver().notifyChange(CustomSliceRegistry.ENHANCED_4G_SLICE_URI, null); in notifyEnhanced4gLteUpdate()
/packages/apps/Settings/src/com/android/settings/slices/
DCustomSliceRegistry.java87 public static final Uri ENHANCED_4G_SLICE_URI = new Uri.Builder() field in CustomSliceRegistry
DSettingsSliceProvider.java263 } else if (CustomSliceRegistry.ENHANCED_4G_SLICE_URI.equals(sliceUri)) { in onBindSlice()