Searched refs:action (Results 226 - 250 of 583) sorted by relevance

1234567891011>>

/frameworks/base/tools/aapt2/
H A DFlags.cpp137 flag.action(args[i]);
139 flag.action({});
/frameworks/compile/mclinker/lib/LD/
H A DNamePool.cpp102 unsigned int action = Resolver::LastAction; local
108 m_pResolver->resolveAgain(*this, action, *old_symbol, *new_symbol, pResult);
/frameworks/opt/setupwizard/library/eclair-mr1/test/src/com/android/setupwizardlib/test/
H A DLinkAccessibilityHelperTest.java159 public boolean onPerformActionForVirtualView(int virtualViewId, int action, argument
161 return super.onPerformActionForVirtualView(virtualViewId, action, arguments);
/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/
H A DListViewRequireScrollHelperTest.java150 public boolean post(Runnable action) { argument
151 // Make the post action synchronous
152 action.run();
/frameworks/support/design/src/android/support/design/widget/
H A DBottomSheetBehavior.java227 int action = MotionEventCompat.getActionMasked(event);
229 if (action == MotionEvent.ACTION_DOWN) {
236 switch (action) {
266 return action == MotionEvent.ACTION_MOVE && scroll != null &&
277 int action = MotionEventCompat.getActionMasked(event);
278 if (mState == STATE_DRAGGING && action == MotionEvent.ACTION_DOWN) {
283 if (action == MotionEvent.ACTION_DOWN) {
292 if (action == MotionEvent.ACTION_MOVE && !mIgnoreEvents) {
/frameworks/support/design/tests/src/android/support/design/widget/
H A DBottomSheetBehaviorTest.java31 import android.support.test.espresso.action.CoordinatesProvider;
32 import android.support.test.espresso.action.GeneralLocation;
33 import android.support.test.espresso.action.GeneralSwipeAction;
34 import android.support.test.espresso.action.MotionEvents;
35 import android.support.test.espresso.action.PrecisionDescriber;
36 import android.support.test.espresso.action.Press;
37 import android.support.test.espresso.action.Swipe;
38 import android.support.test.espresso.action.ViewActions;
/frameworks/av/drm/libdrmframework/plugins/passthru/src/
H A DDrmPassthruPlugIn.cpp60 int uniqueId, const String8* path, int action) {
178 int DrmPassthruPlugIn::onCheckRightsStatus(int uniqueId, const String8& path, int action) { argument
185 int action, bool reserve) {
197 int action, const ActionDescription& description) {
59 onGetConstraints( int uniqueId, const String8* path, int action) argument
184 onConsumeRights(int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) argument
196 onValidateAction(int uniqueId, const String8& path, int action, const ActionDescription& description) argument
/frameworks/base/core/java/com/android/internal/view/
H A DBaseIWindow.java99 public void dispatchWallpaperCommand(String action, int x, int y, argument
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
H A DConnectivityManagerTestBase.java100 String action = intent.getAction();
101 if (!action.equals(ConnectivityManager.CONNECTIVITY_ACTION)) {
110 String action = intent.getAction();
112 if (action.equals(WifiManager.SCAN_RESULTS_AVAILABLE_ACTION)) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DCastTile.java100 MetricsLogger.action(mContext, getMetricsCategory());
107 MetricsLogger.action(mContext, getMetricsCategory());
278 MetricsLogger.action(mContext, MetricsEvent.QS_CAST_SELECT);
286 MetricsLogger.action(mContext, MetricsEvent.QS_CAST_DISCONNECT);
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeUI.java185 final String action = intent.getAction();
186 if (PREF.equals(action)) {
205 if (ENABLE.equals(action) && component != null) {
210 if (DISABLE.equals(action) && component != null) {
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
H A DTrackerService.java386 String action = intent.getAction();
388 if (action.equals(WifiManager.SCAN_RESULTS_AVAILABLE_ACTION)) {
396 } else if (action.equals(ConnectivityManager.CONNECTIVITY_ACTION)) {
409 } else if (action.equals(WifiManager.WIFI_STATE_CHANGED_ACTION)) {
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeWindow.java75 public void dispatchWallpaperCommand(String action, int x, int y, argument
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DImageProcessingTest.java84 public void runOnUiThread(Runnable action) { argument
85 synchronized(action) {
86 mActivity.runOnUiThread(action);
88 action.wait();
90 Log.v(TAG, "waiting for action running on UI thread is interrupted: " +
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DImageProcessingTest.java99 public void runOnUiThread(Runnable action) { argument
100 synchronized(action) {
101 mActivity.runOnUiThread(action);
103 action.wait();
105 Log.v(TAG, "waiting for action running on UI thread is interrupted: " +
/frameworks/base/core/java/android/printservice/
H A DPrintService.java99 * is triggered exclusively by an explicit user action through enabling or disabling it
111 * also specify that it handles the {@link android.content.Intent} with action {@link
123 * <action android:name="android.printservice.PrintService" />
142 * <action android:name="android.printservice.PrintService" />
165 * The {@link Intent} action that must be declared as handled by a service
451 final int action = message.what;
452 switch (action) {
581 throw new IllegalArgumentException("Unknown message: " + action);
/frameworks/base/core/java/com/android/internal/widget/
H A DResolverDrawerLayout.java234 final int action = ev.getActionMasked();
236 if (action == MotionEvent.ACTION_DOWN) {
242 switch (action) {
286 final int action = ev.getActionMasked();
291 switch (action) {
672 public boolean onNestedPrePerformAccessibilityAction(View target, int action, Bundle args) { argument
673 if (super.onNestedPrePerformAccessibilityAction(target, action, args)) {
677 if (action == AccessibilityNodeInfo.ACTION_SCROLL_FORWARD && mCollapseOffset != 0) {
709 public boolean performAccessibilityActionInternal(int action, Bundle arguments) { argument
710 if (action
[all...]
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DState.java81 public @ActionType int action; field in class:State
189 out.writeInt(action);
219 state.action = in.readInt();
/frameworks/base/packages/Keyguard/test/SampleTrustAgent/src/com/android/trustagent/test/
H A DSampleTrustAgent.java39 * $ adb shell am broadcast -a action.sample_trust_agent.grant_trust\
48 private static final String ACTION_GRANT_TRUST = "action.sample_trust_agent.grant_trust";
49 private static final String ACTION_REVOKE_TRUST = "action.sample_trust_agent.revoke_trust";
143 String action = intent.getAction();
144 if (ACTION_GRANT_TRUST.equals(action)) {
159 } else if (ACTION_REVOKE_TRUST.equals(action)) {
/frameworks/base/packages/StatementService/src/com/android/statementservice/
H A DIntentFilterVerificationReceiver.java78 final String action = intent.getAction();
79 if (Intent.ACTION_INTENT_FILTER_NEEDS_VERIFICATION.equals(action)) {
142 Log.w(TAG, "Intent action not supported: " + action);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DGestureRecorder.java51 String actionName(int action) { argument
52 switch (action) {
62 return String.valueOf(action);
67 ("{\"type\":\"motion\", \"time\":%d, \"action\":\"%s\", "
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DClock.java140 String action = intent.getAction();
141 if (action.equals(Intent.ACTION_TIMEZONE_CHANGED)) {
147 } else if (action.equals(Intent.ACTION_CONFIGURATION_CHANGED)) {
308 String action = intent.getAction();
309 if (Intent.ACTION_SCREEN_OFF.equals(action)) {
313 } else if (Intent.ACTION_SCREEN_ON.equals(action)) {
H A DLocationControllerImpl.java194 final String action = intent.getAction();
195 if (LocationManager.HIGH_POWER_REQUEST_CHANGE_ACTION.equals(action)) {
197 } else if (LocationManager.MODE_CHANGED_ACTION.equals(action)) {
/frameworks/base/services/core/java/com/android/server/camera/
H A DCameraService.java97 final String action = intent.getAction();
98 if (action == null) return;
100 switch (action) {
/frameworks/native/cmds/service/
H A Dservice.cpp190 char* action = NULL; local
210 if (strcmp(key, "action") == 0)
212 action = value;
246 writeString16(data, action);
310 // " action=STR data=STR type=STR launchFlags=INT component=STR categories=STR[,STR,...]\n";

Completed in 2135 milliseconds

1234567891011>>