Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/customization/src/com/android/systemui/shared/customization/data/content/
H A DCustomizationProviderClient.kt208 Contract.LockScreenQuickAffordances.SelectionTable.URI,
210 put(Contract.LockScreenQuickAffordances.SelectionTable.Columns.SLOT_ID, slotId)
212 Contract.LockScreenQuickAffordances.SelectionTable.Columns.AFFORDANCE_ID,
405 Contract.LockScreenQuickAffordances.SelectionTable.URI,
415 Contract.LockScreenQuickAffordances.SelectionTable.Columns.SLOT_ID
419 Contract.LockScreenQuickAffordances.SelectionTable.Columns
424 Contract.LockScreenQuickAffordances.SelectionTable.Columns
451 return observeUri(Contract.LockScreenQuickAffordances.SelectionTable.URI).map {
462 Contract.LockScreenQuickAffordances.SelectionTable.URI,
479 Contract.LockScreenQuickAffordances.SelectionTable.URI,
[all …]
H A DCustomizationProviderContract.kt137 object SelectionTable { regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DCustomizationProvider.kt71 Contract.LockScreenQuickAffordances.SelectionTable.TABLE_NAME,
117 Contract.LockScreenQuickAffordances.SelectionTable.TABLE_NAME,
199 !values.containsKey(Contract.LockScreenQuickAffordances.SelectionTable.Columns.SLOT_ID)
210 Contract.LockScreenQuickAffordances.SelectionTable.Columns.AFFORDANCE_ID
221 values.getAsString(Contract.LockScreenQuickAffordances.SelectionTable.Columns.SLOT_ID)
224 Contract.LockScreenQuickAffordances.SelectionTable.Columns.AFFORDANCE_ID
245 ?.notifyChange(Contract.LockScreenQuickAffordances.SelectionTable.URI, null)
246 Contract.LockScreenQuickAffordances.SelectionTable.URI
256 Contract.LockScreenQuickAffordances.SelectionTable.Columns.SLOT_ID,
257 Contract.LockScreenQuickAffordances.SelectionTable.Columns.AFFORDANCE_ID,
[all …]
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
H A DCustomizationProviderTest.kt261 assertThat(underTest.getType(Contract.LockScreenQuickAffordances.SelectionTable.URI))
266 Contract.LockScreenQuickAffordances.SelectionTable.TABLE_NAME
352 Contract.LockScreenQuickAffordances.SelectionTable.URI,
387 Contract.LockScreenQuickAffordances.SelectionTable.URI,
388 Contract.LockScreenQuickAffordances.SelectionTable.Columns.SLOT_ID,
428 Contract.LockScreenQuickAffordances.SelectionTable.URI,
430 put(Contract.LockScreenQuickAffordances.SelectionTable.Columns.SLOT_ID, slotId)
432 Contract.LockScreenQuickAffordances.SelectionTable.Columns.AFFORDANCE_ID,
442 Contract.LockScreenQuickAffordances.SelectionTable.URI,
452 Contract.LockScreenQuickAffordances.SelectionTable.Columns.SLOT_ID
[all …]