Searched refs:SelectionTable (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
D | CustomizationProvider.kt | 71 Contract.LockScreenQuickAffordances.SelectionTable.TABLE_NAME, in <lambda>() 117 Contract.LockScreenQuickAffordances.SelectionTable.TABLE_NAME, in <lambda>() 199 !values.containsKey(Contract.LockScreenQuickAffordances.SelectionTable.Columns.SLOT_ID) in <lambda>() 210 Contract.LockScreenQuickAffordances.SelectionTable.Columns.AFFORDANCE_ID in <lambda>() 221 values.getAsString(Contract.LockScreenQuickAffordances.SelectionTable.Columns.SLOT_ID) in <lambda>() 224 Contract.LockScreenQuickAffordances.SelectionTable.Columns.AFFORDANCE_ID in <lambda>() 245 ?.notifyChange(Contract.LockScreenQuickAffordances.SelectionTable.URI, null) in <lambda>() 246 Contract.LockScreenQuickAffordances.SelectionTable.URI in <lambda>() 256 Contract.LockScreenQuickAffordances.SelectionTable.Columns.SLOT_ID, in <lambda>() 257 Contract.LockScreenQuickAffordances.SelectionTable.Columns.AFFORDANCE_ID, in <lambda>() [all …]
|
/frameworks/base/packages/SystemUI/customization/src/com/android/systemui/shared/customization/data/content/ |
D | CustomizationProviderClient.kt | 209 Contract.LockScreenQuickAffordances.SelectionTable.URI, in insertSelection() 211 put(Contract.LockScreenQuickAffordances.SelectionTable.Columns.SLOT_ID, slotId) in insertSelection() 213 Contract.LockScreenQuickAffordances.SelectionTable.Columns.AFFORDANCE_ID, in insertSelection() 406 Contract.LockScreenQuickAffordances.SelectionTable.URI, in querySelections() 416 Contract.LockScreenQuickAffordances.SelectionTable.Columns.SLOT_ID in querySelections() 420 Contract.LockScreenQuickAffordances.SelectionTable.Columns in querySelections() 425 Contract.LockScreenQuickAffordances.SelectionTable.Columns in querySelections() 452 return observeUri(Contract.LockScreenQuickAffordances.SelectionTable.URI).map { in observeSelections() 463 Contract.LockScreenQuickAffordances.SelectionTable.URI, in deleteSelection() 480 Contract.LockScreenQuickAffordances.SelectionTable.URI, in deleteAllSelections() [all …]
|
D | CustomizationProviderContract.kt | 137 object SelectionTable { object
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ |
D | CustomizationProviderTest.kt | 264 assertThat(underTest.getType(Contract.LockScreenQuickAffordances.SelectionTable.URI)) in <lambda>() 269 Contract.LockScreenQuickAffordances.SelectionTable.TABLE_NAME in <lambda>() 355 Contract.LockScreenQuickAffordances.SelectionTable.URI, in <lambda>() 390 Contract.LockScreenQuickAffordances.SelectionTable.URI, in <lambda>() 391 Contract.LockScreenQuickAffordances.SelectionTable.Columns.SLOT_ID, in <lambda>() 431 Contract.LockScreenQuickAffordances.SelectionTable.URI, in <lambda>() 433 put(Contract.LockScreenQuickAffordances.SelectionTable.Columns.SLOT_ID, slotId) in <lambda>() 435 Contract.LockScreenQuickAffordances.SelectionTable.Columns.AFFORDANCE_ID, in <lambda>() 445 Contract.LockScreenQuickAffordances.SelectionTable.URI, in <lambda>() 455 Contract.LockScreenQuickAffordances.SelectionTable.Columns.SLOT_ID in <lambda>() [all …]
|