Searched refs:setUpIntents (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/ |
D | AppGridButton.java | 42 protected void setUpIntents(TypedArray typedArray) { in setUpIntents() method in AppGridButton 43 mRecentsButtonStateProvider.setUpIntents(typedArray, super::setUpIntents); in setUpIntents()
|
D | AssistantButton.java | 112 protected void setUpIntents(TypedArray typedArray) { in setUpIntents() method in AssistantButton
|
D | CarSystemBarButton.java | 115 setUpIntents(typedArray); in CarSystemBarButton() 289 protected void setUpIntents(TypedArray typedArray) { in setUpIntents() method in CarSystemBarButton
|
D | RecentsButtonStateProvider.java | 91 public void setUpIntents(TypedArray typedArray, Consumer<TypedArray> defaultSetUpIntents) { in setUpIntents() method in RecentsButtonStateProvider
|
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/ |
D | RecentsButtonStateProviderTest.java | 166 mRecentsButtonStateProvider.setUpIntents(mTypedArray, mTypedArrayConsumer); in setUpIntents_callsParent() 173 mRecentsButtonStateProvider.setUpIntents(mTypedArray, mTypedArrayConsumer); in setUpIntents_sets_longClickListener() 183 mRecentsButtonStateProvider.setUpIntents(mTypedArray, mTypedArrayConsumer); in setUpIntents_onLongClick_recentsNotActive_returnsTrue() 194 mRecentsButtonStateProvider.setUpIntents(mTypedArray, mTypedArrayConsumer); in setUpIntents_onLongClick_recentsNotActive_keyEventSent() 210 mRecentsButtonStateProvider.setUpIntents(mTypedArray, mTypedArrayConsumer); in setUpIntents_onLongClick_configSetToFalse_recentsNotActive_returnsFalse() 225 mRecentsButtonStateProvider.setUpIntents(mTypedArray, mTypedArrayConsumer); in setUpIntents_onLongClick_configSetToFalse_recentsNotActive_noKeyEventSent() 237 mRecentsButtonStateProvider.setUpIntents(mTypedArray, mTypedArrayConsumer); in setUpIntents_onLongClick_recentsActive_returnsFalse() 249 mRecentsButtonStateProvider.setUpIntents(mTypedArray, mTypedArrayConsumer); in setUpIntents_onLongClick_recentsActive_noKeyEventSent()
|
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitSystemUI/src/com/android/systemui/car/systembar/ |
D | CarUiPortraitAppGridButton.java | 61 protected void setUpIntents(TypedArray typedArray) { in setUpIntents() method in CarUiPortraitAppGridButton 62 mRecentsButtonStateProvider.setUpIntents(typedArray, super::setUpIntents); in setUpIntents()
|