Home
last modified time | relevance | path

Searched defs:actionList (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
H A DCustomConfigLoader.java70 List<Integer> actionList = new ArrayList<>(); in loadCarrierActionList() local
137 List<Integer> actionList) { in matchConfig()
H A DCarrierDefaultBroadcastReceiver.java39 List<Integer> actionList = CustomConfigLoader.loadCarrierActionList(context, intent); in onReceive() local
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
H A DTvPipMenuView.java586 RecyclerViewAdapter(List<TvPipAction> actionList) { in RecyclerViewAdapter()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationPanelViewControllerTest.java388 List<AccessibilityNodeInfo.AccessibilityAction> actionList = nodeInfo.getActionList(); in testA11y_initializeNode() local