Searched refs:action (Results 276 - 300 of 668) sorted by relevance

<<11121314151617181920>>

/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DBroadcastInterceptingContext.java85 public Future<Intent> nextBroadcastIntent(String action) { argument
86 return nextBroadcastIntent(new IntentFilter(action));
/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/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.java264 int action = MotionEventCompat.getActionMasked(event);
266 if (action == MotionEvent.ACTION_DOWN) {
273 switch (action) {
303 return action == MotionEvent.ACTION_MOVE && scroll != null &&
314 int action = MotionEventCompat.getActionMasked(event);
315 if (mState == STATE_DRAGGING && action == MotionEvent.ACTION_DOWN) {
320 if (action == MotionEvent.ACTION_DOWN) {
329 if (action == MotionEvent.ACTION_MOVE && !mIgnoreEvents) {
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DSnapHelper.java215 protected void onTargetFound(View targetView, RecyclerView.State state, Action action) {
222 action.update(dx, dy, time, mDecelerateInterpolator);
/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java131 * action.
133 * @param action The action to resolve
137 public static @StringRes int getLabelRes(String action) { argument
138 return ActionTitle.forAction(action).labelRes;
175 public final String action; field in class:ResolverActivity.ActionTitle
180 ActionTitle(String action, int titleRes, int namedTitleRes, @StringRes int labelRes) { argument
181 this.action = action;
187 public static ActionTitle forAction(String action) { argument
488 getTitleForAction(String action, int defaultTitleRes) argument
[all...]
/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/android/hardware/location/
H A DContextHubService.java366 String action;
368 action = "Updated";
370 action = "Added";
374 Log.d(TAG, action + " app instance " + appInstanceHandle + " with id "
/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/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
H A DMediaNotificationManager.java147 final String action = intent.getAction();
148 Log.d(TAG, "Received intent with action " + action);
149 switch (action) {
163 Log.w(TAG, "Unknown intent ignored. Action=" + action);
240 // If skip to previous action is enabled
248 // If skip to next action is enabled
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
H A DMediaNotificationManager.java147 final String action = intent.getAction();
148 Log.d(TAG, "Received intent with action " + action);
149 switch (action) {
163 Log.w(TAG, "Unknown intent ignored. Action=" + action);
240 // If skip to previous action is enabled
248 // If skip to next action is enabled
/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 * &lt;action android:name="android.printservice.PrintService" /&gt;
142 * &lt;action android:name="android.printservice.PrintService" /&gt;
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\", "

Completed in 2876 milliseconds

<<11121314151617181920>>