Home
last modified time | relevance | path

Searched defs:actions (Results 1 – 25 of 186) sorted by relevance

12345678

/packages/apps/Launcher3/src/com/android/launcher3/util/
DSimpleBroadcastReceiver.java62 public void register(String... actions) { in register()
70 public void register(int flags, String... actions) { in register()
84 public void register(@Nullable Runnable completionCallback, String... actions) { in register()
95 @NonNull Context context, @Nullable Runnable completionCallback, String... actions) { in registerInternal()
107 public void register(@Nullable Runnable completionCallback, int flags, String... actions) { in register()
119 String... actions) { in registerInternal()
132 String broadcastPermission, int flags, String... actions) { in register()
145 String broadcastPermission, int flags, String... actions) { in registerInternal()
154 public void registerPkgActions(@Nullable String pkg, String... actions) { in registerPkgActions()
193 public static IntentFilter getPackageFilter(String pkg, String... actions) { in getPackageFilter()
[all …]
/packages/modules/AdServices/shared/testing-libraries/side-less/java/com/android/adservices/shared/meta_testing/
DAbstractFlagsPreparerClassRuleTestCase.java100 var actions = in testCreateActionsForTest_annotationOnMethodIsIgnored() local
113 var actions = in testCreateActionsForTest_classOnly_deviceConfigMode() local
126 var actions = in testCreateActionsForTest_classOnly_sdkSandboxState() local
138 var actions = in testCreateActionsForTest_classOnly_deviceConfigModeAndsdkSandboxState() local
153 var actions = in testCreateActionsForTest_classOnly_sdkSandboxStateAnddeviceConfigMode() local
169 var actions = in testCreateActionsForTest_classAndSuperClass_sdkSandboxFirst() local
185 var actions = in testCreateActionsForTest_classAndSuperClass_deviceConfigFirst() local
235 List<Action> actions, int index, SyncDisabledModeForTest expectedMode) { in assertSetSyncModeAction()
249 List<Action> actions, int index, SdkSandbox.State expectedState) { in assertSdkSandboxStateAction()
/packages/apps/Car/Settings/tests/deviceless/src/com/android/car/settings/profiles/
DBroadcastReceiverHelpers.java35 public static BroadcastReceiver getRegisteredReceiverWithActions(List<String> actions) { in getRegisteredReceiverWithActions()
41 List<String> actions) { in getRegisteredReceiverWrapperWithActions()
61 private static boolean matchesActions(IntentFilter filter, List<String> actions) { in matchesActions()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
DActionFragment.java35 public static ActionFragment newInstance(ArrayList<Action> actions) { in newInstance()
39 public static ActionFragment newInstance(ArrayList<Action> actions, String name) { in newInstance()
45 public static ActionFragment newInstance(ArrayList<Action> actions, int index) { in newInstance()
51 public static ActionFragment newInstance(ArrayList<Action> actions, String name, int index) { in newInstance()
DBaseActionFragment.java79 public static Bundle buildArgs(ArrayList<Action> actions, String name) { in buildArgs()
86 public static Bundle buildArgs(ArrayList<Action> actions, int index) { in buildArgs()
93 public static Bundle buildArgs(ArrayList<Action> actions, String name, int index) { in buildArgs()
105 ArrayList<Action> actions = savedInstanceState.getParcelableArrayList(EXTRA_ACTIONS); in onCreate() local
233 ArrayList<Action> actions = mFragment.getArguments() in loadActionsFromArgumentsIfNecessary() local
DDialogActivity.java114 ArrayList<Action> actions) { in createIntent()
121 int imageBackground, ArrayList<Action> actions) { in createIntent()
135 ArrayList<Action> actions, Class<? extends DialogActivity> activityClass) { in createIntent()
142 ArrayList<Action> actions, Class<? extends DialogActivity> activityClass) { in createIntent()
156 ArrayList<Action> actions, Class<? extends DialogActivity> activityClass, in createIntent()
210 ArrayList<Action> actions = in onCreate() local
/packages/apps/Dialer/java/com/android/dialer/precall/impl/
DPreCallImpl.java35 private final ImmutableList<PreCallAction> actions; field in PreCallImpl
38 PreCallImpl(ImmutableList<PreCallAction> actions) { in PreCallImpl()
/packages/apps/Dialer/java/com/android/dialer/voicemail/listui/error/
DVoicemailErrorMessage.java50 private final List<Action> actions; field in VoicemailErrorMessage
117 public VoicemailErrorMessage(CharSequence title, CharSequence description, Action... actions) { in VoicemailErrorMessage()
122 CharSequence title, CharSequence description, @Nullable List<Action> actions) { in VoicemailErrorMessage()
/packages/modules/Permission/service/java/com/android/safetycenter/
DSafetySourceIssues.java56 List<SafetySourceIssue.Action> actions, String actionId) { in findAction()
82 private static boolean matchesFirst(List<SafetySourceIssue.Action> actions, String actionId) { in matchesFirst()
/packages/modules/AdServices/sdksandbox/tests/testutils/device-side/android/app/sdksandbox/testutils/
DProtoUtil.java69 public static String encodeActivityAllowlist(ArrayMap<Integer, List<String>> actions) { in encodeActivityAllowlist()
91 public static String encodeActivityAllowlist(ArraySet<String> actions) { in encodeActivityAllowlist()
122 public static String encodeBroadcastReceiverAllowlist(ArraySet<String> actions) { in encodeBroadcastReceiverAllowlist()
/packages/apps/TV/partner_support/samples/src/com/example/partnersupportsampletvinput/
DResultFragment.java42 public void onCreateActions(@NonNull List<GuidedAction> actions, Bundle savedInstanceState) { in onCreateActions()
55 public void onCreateButtonActions( in onCreateButtonActions()
DLocationFragment.java47 public void onCreateActions(@NonNull List<GuidedAction> actions, Bundle savedInstanceState) { in onCreateActions()
52 public void onCreateButtonActions( in onCreateButtonActions()
DChannelScanFragment.java100 List<GuidedAction> actions = new ArrayList<>(); in onResume() local
115 public void onCreateActions(@NonNull List<GuidedAction> actions, Bundle savedInstanceState) { in onCreateActions()
128 public void onCreateButtonActions( in onCreateButtonActions()
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/presence/
DExtendedAdvertisement.java78 List<Integer> actions, in ExtendedAdvertisement()
115 List<Integer> actions = request.getActions(); in createFromRequest() local
242 List<Integer> actions = getActionsFromDataElements(dataElements); in fromBytes() local
479 List<Integer> actions = new ArrayList<>(); in getActionsFromDataElements() local
DFastAdvertisement.java66 List<Integer> actions = request.getActions(); in createFromRequest() local
112 List<Integer> actions, in FastAdvertisement()
/packages/apps/Car/Settings/tests/multivalent/src/com/android/car/settings/location/
DAdasLocationSwitchPreferenceControllerTest.java236 List<IntentFilter> actions = intentFilterCaptor.getAllValues(); in onAdasIntentReceived_updateUi() local
260 List<IntentFilter> actions = intentFilterCaptor.getAllValues(); in onAdasIntentReceived_updateUi_flagReq() local
285 List<IntentFilter> actions = intentFilterCaptor.getAllValues(); in onLocationIntentReceived_updateUi() local
311 List<IntentFilter> actions = intentFilterCaptor.getAllValues(); in onLocationIntentReceived_updateUi_flagReq() local
DLocationStateListenerBasePreferenceControllerTest.java113 List<IntentFilter> actions = intentFilterCaptor.getAllValues(); in onAdasIntentReceived_refreshUi() local
158 List<IntentFilter> actions = intentFilterCaptor.getAllValues(); in onLocationIntentReceived_refreshUi() local
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
DBottomActionBar.java419 public void showActions(BottomAction... actions) { in showActions()
430 public void hideActions(BottomAction... actions) { in hideActions()
454 public void showActionsOnly(BottomAction... actions) { in showActionsOnly()
472 public boolean areActionsShown(BottomAction... actions) { in areActionsShown()
502 public void enableActions(BottomAction... actions) { in enableActions()
513 public void disableActions(BottomAction... actions) { in disableActions()
675 private void skipAccessibilityEvent(BottomAction[] actions, int[] eventTypes) { in skipAccessibilityEvent()
/packages/modules/AdServices/shared/testing-libraries/side-less/java/com/android/adservices/shared/testing/flags/
DAbstractDebugFlagsSetterRule.java63 Map<String, Action> actions = new LinkedHashMap<>(); in createActionsForTest() local
102 private void add(Map<String, Action> actions, NameValuePairAction action) { in add()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mcp/
DMediaControlProfileTest.java253 long actions = PlaybackState.ACTION_SEEK_TO; in testHandleTrackPositionsSetRequest() local
293 long actions = in testHandleMediaControlRequest() local
354 long actions = PlaybackState.ACTION_SET_RATING; in testAvrcpCompatibleActionSet() local
374 long actions = in testPlayerActions2McsSupportedOpcodes() local
/packages/apps/Messaging/src/com/android/messaging/ui/
DSmsStorageLowWarningFragment.java102 final List<String> actions = loadFreeStorageActions(getActivity().getResources()); in onCreateDialog() local
126 public ActionListAdapter(final Context context, final List<String> actions) { in ActionListAdapter()
259 final List<String> actions = Lists.newArrayList(); in loadFreeStorageActions() local
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/service_discovery/
DLeAudioServiceDiscoveryTest.java297 private void registerIntentActions(String... actions) { in registerIntentActions()
329 private void unregisterIntentActions(String... actions) { in unregisterIntentActions()
DServiceDiscoveryTest.java350 private void registerIntentActions(String... actions) { in registerIntentActions()
382 private void unregisterIntentActions(String... actions) { in unregisterIntentActions()
/packages/apps/WallpaperPicker2/tests/robotests/common/src/com/android/wallpaper/testing/
DWallpaperInfoUtils.kt89 val actions = in <lambda>() constant
/packages/apps/TV/src/com/android/tv/dvr/ui/
DDvrSeriesDeletionFragment.java109 public void onCreateActions(List<GuidedAction> actions, Bundle savedInstanceState) { in onCreateActions()
149 public void onCreateButtonActions(List<GuidedAction> actions, Bundle savedInstanceState) { in onCreateButtonActions()

12345678