Searched defs:action (Results 101 - 125 of 282) sorted by relevance

1234567891011>>

/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/
H A DCrossProfileIntentFilter.java77 Builder addAction(String action) { argument
78 mFilter.addAction(action);
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/finalization/
H A DUserProvisioningStateHelperTest.java183 private ProvisioningParams createProvisioningParams(String action, boolean skipUserSetup) { argument
186 .setProvisioningAction(action)
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/task/
H A DSetDevicePolicyTaskTest.java195 private void createTask(String action) { argument
198 .setProvisioningAction(action)
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
H A DLogTelephonyDatabaseAction.java17 package com.android.messaging.datamodel.action;
62 final LogTelephonyDatabaseAction action = new LogTelephonyDatabaseAction();
63 action.start();
H A DUpdateConversationOptionsAction.java17 package com.android.messaging.datamodel.action;
42 final UpdateConversationOptionsAction action = new UpdateConversationOptionsAction(
44 action.start();
54 final UpdateConversationOptionsAction action = new UpdateConversationOptionsAction(
56 action.start();
66 final UpdateConversationOptionsAction action = new UpdateConversationOptionsAction(
68 action.start();
/packages/apps/Messaging/src/com/android/messaging/ui/debug/
H A DDebugSmsMmsFromDumpFileDialogFragment.java38 import com.android.messaging.datamodel.action.ReceiveMmsMessageAction;
51 public static final String KEY_ACTION = "action";
60 final String action) {
65 args.putString(KEY_ACTION, action);
143 final ReceiveMmsMessageAction action = new ReceiveMmsMessageAction(
145 action.start();
59 newInstance(final String[] dumpFiles, final String action) argument
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
H A DReadWriteDraftMessageActionTest.java17 package com.android.messaging.datamodel.action;
37 import com.android.messaging.datamodel.action.ActionTestHelpers.StubActionService;
38 import com.android.messaging.datamodel.action.ActionTestHelpers.StubActionService.StubActionServiceCallLog;
39 import com.android.messaging.datamodel.action.ActionTestHelpers.StubConnectivityUtil;
40 import com.android.messaging.datamodel.action.ReadDraftDataAction.ReadDraftDataActionListener;
83 assertEquals("Failed to start service once for action", calls.size(), 1);
85 calls.get(0).action instanceof WriteDraftMessageAction);
87 final Action save = calls.get(0).action;
148 calls.get(0).action instanceof ReadDraftDataAction);
150 final Action read = calls.get(0).action;
[all...]
/packages/apps/Settings/src/com/android/settings/core/instrumentation/
H A DMetricsFeatureProvider.java63 public void action(Context context, int category, Pair<Integer, Object>... taggedData) { method in class:MetricsFeatureProvider
65 writer.action(context, category, taggedData);
69 public void action(Context context, int category, int value) { method in class:MetricsFeatureProvider
71 writer.action(context, category, value);
75 public void action(Context context, int category, boolean value) { method in class:MetricsFeatureProvider
77 writer.action(context, category, value);
81 public void action(Context context, int category, String pkg, method in class:MetricsFeatureProvider
84 writer.action(context, category, pkg, taggedData);
114 final String action = intent.getAction();
115 if (TextUtils.isEmpty(action)) {
[all...]
H A DSettingSuggestionsLogWriter.java41 public void action(Context context, int category, Pair<Integer, Object>... taggedData) { method in class:SettingSuggestionsLogWriter
49 public void action(Context context, int category, int value) { method in class:SettingSuggestionsLogWriter
53 public void action(Context context, int category, boolean value) { method in class:SettingSuggestionsLogWriter
57 public void action(Context context, int category, String pkg, method in class:SettingSuggestionsLogWriter
/packages/apps/Settings/src/com/android/settings/localepicker/
H A DLocaleLinearLayoutManager.java36 * with TalkBack only, so we are also adding a "remove" action.</p>
96 // With the current order the "up" action will be (more or less) up, and "down" more
113 RecyclerView.State state, View host, int action, Bundle args) {
119 switch (action) {
151 return super.performAccessibilityActionForItem(recycler, state, host, action, args);
112 performAccessibilityActionForItem(RecyclerView.Recycler recycler, RecyclerView.State state, View host, int action, Bundle args) argument
/packages/apps/StorageManager/robotests/src/com/android/storagemanager/automatic/
H A DNotificationControllerTest.java182 private Intent getNotificationIntent(String action, int id) { argument
183 Intent intent = new Intent(action);
/packages/apps/TV/src/com/android/tv/dvr/ui/
H A DDvrGuidedStepFragment.java67 public void onGuidedActionClicked(GuidedAction action) { argument
69 mOnActionClickListener.onActionClick(action.getId());
H A DDvrSeriesScheduledFragment.java109 public void onGuidedActionClicked(GuidedAction action) { argument
110 if (action.getId() == ACTION_VIEW_SCHEDULES) {
/packages/apps/TV/src/com/android/tv/menu/
H A DActionCardView.java63 public void onBind(MenuAction action, boolean selected) { argument
65 Log.d(TAG, "onBind: action=" + action.getActionName(getContext()));
67 mIconView.setImageDrawable(action.getDrawable(getContext()));
68 mLabelView.setText(action.getActionName(getContext()));
69 mStateView.setText(action.getActionDescription(getContext()));
70 if (action.isEnabled()) {
88 Log.d(TAG, "onSelected: action=" + mLabelView.getText());
95 Log.d(TAG, "onDeselected: action=" + mLabelView.getText());
H A DOptionsRowAdapter.java34 private static final String CUSTOM_ACTION_LABEL = "custom action";
41 final MenuAction action = (MenuAction) view.getTag();
45 int resId = action.getActionNameResId();
51 executeAction(action.getType());
63 * Update action list and its content.
88 * Gets the action at the given position.
89 * Note that action at the position may differ from returned by {@link #createActions}.
97 * Sets the action at the given position.
98 * Note that action at the position may differ from returned by {@link #createActions}.
101 protected void setAction(int position, MenuAction action) { argument
110 addAction(int position, MenuAction action) argument
143 setOptionChangedListener(final MenuAction action) argument
[all...]
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/
H A DRemoveAccountDialog.java112 public void onGuidedActionClicked(GuidedAction action) { argument
114 if (action.getId() == ID_OK) {
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
H A DAppActionPreference.java70 public void onGuidedActionClicked(GuidedAction action) { argument
71 switch ((int) action.getId()) {
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
H A DFormatAsPublicStepFragment.java96 public void onGuidedActionClicked(GuidedAction action) { argument
97 final long id = action.getId();
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
H A DActionFragment.java81 public void onActionClicked(Action action) { argument
82 mBase.onActionClicked(action);
86 public void onActionFocused(Action action) { argument
87 mBase.onActionFocused(action);
91 public void onActionSelect(Action action) { argument
92 mBase.onActionSelect(action);
96 public void onActionUnselect(Action action) { argument
97 mBase.onActionUnselect(action);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/name/
H A DDeviceNameSetCustomFragment.java99 public long onGuidedActionEditedAndProceed(GuidedAction action) { argument
100 final CharSequence name = action.getEditTitle();
111 return super.onGuidedActionEditedAndProceed(action);
120 public void onGuidedActionEditCanceled(GuidedAction action) { argument
H A DDeviceNameSetFragment.java89 // name his/her device to be "Enter Custom Name..." (same to the title of action to
91 // "normal" names, co-existing with the action button at bottom.
120 public void onGuidedActionClicked(GuidedAction action) { argument
121 final long id = action.getId();
123 throw new IllegalStateException("Unknown action ID");
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
H A DInputCustomNameFragment.java84 public void onGuidedActionClicked(GuidedAction action) { argument
85 if (action.getId() == GuidedAction.ACTION_ID_OK) {
88 } else if (action.getId() == GuidedAction.ACTION_ID_CANCEL) {
94 public long onGuidedActionEditedAndProceed(GuidedAction action) { argument
95 mName = action.getTitle();
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
H A DAppPicker.java155 public void onGuidedActionClicked(GuidedAction action) { argument
157 final String packageName = ((AppAction) action).getPackageName();
/packages/apps/UnifiedEmail/src/com/android/mail/analytics/
H A DTracker.java29 void sendEvent(String category, String action, String label, long value); argument
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DNonDistinctMultitouchHelper.java48 final int action = me.getActionMasked();
60 injectMotionEvent(action, me.getX(index), me.getY(index), downTime, eventTime,
91 if (action == MotionEvent.ACTION_UP) {
104 private static void injectMotionEvent(final int action, final float x, final float y, argument
108 downTime, eventTime, action, x, y, 0 /* metaState */);

Completed in 410 milliseconds

1234567891011>>