HomeSort by relevance Sort by last modified time
    Searched defs:setAction (Results 1 - 25 of 178) sorted by null

1 2 3 4 5 6 7 8

  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
ThaiStateTransition.java 43 public final void setAction(char newAction)
  /packages/apps/Dialer/java/com/android/dialer/blockreportspam/
ShowBlockReportSpamDialogNotifier.java 41 intent.setAction(
56 intent.setAction(ShowBlockReportSpamDialogReceiver.ACTION_SHOW_DIALOG_TO_REPORT_NOT_SPAM);
  /external/clang/lib/Driver/
InputInfo.h 82 void setAction(const Action *A) { Act = A; }
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderUtils.h 46 void setAction(int32_t action) {mAction = action;}
  /packages/apps/Car/libs/car-media-common/src/com/android/car/media/common/
PlayPauseStopImageView.java 79 public void setAction(@Action int action) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h 109 void setAction(const InstrAspect &Aspect, LegalizeAction Action) {
175 /// was no setAction call.
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h 109 void setAction(const InstrAspect &Aspect, LegalizeAction Action) {
182 /// was no setAction call.
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h 109 void setAction(const InstrAspect &Aspect, LegalizeAction Action) {
182 /// was no setAction call.
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h 125 void setAction(const InstrAspect &Aspect, LegalizeAction Action) {
199 /// was no setAction call.
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h 125 void setAction(const InstrAspect &Aspect, LegalizeAction Action) {
199 /// was no setAction call.
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h 125 void setAction(const InstrAspect &Aspect, LegalizeAction Action) {
199 /// was no setAction call.
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h 125 void setAction(const InstrAspect &Aspect, LegalizeAction Action) {
199 /// was no setAction call.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h 109 void setAction(const InstrAspect &Aspect, LegalizeAction Action) {
175 /// was no setAction call.
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h 109 void setAction(const InstrAspect &Aspect, LegalizeAction Action) {
182 /// was no setAction call.
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h 109 void setAction(const InstrAspect &Aspect, LegalizeAction Action) {
182 /// was no setAction call.
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h 125 void setAction(const InstrAspect &Aspect, LegalizeAction Action) {
199 /// was no setAction call.
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h 125 void setAction(const InstrAspect &Aspect, LegalizeAction Action) {
199 /// was no setAction call.
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h 125 void setAction(const InstrAspect &Aspect, LegalizeAction Action) {
199 /// was no setAction call.
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h 125 void setAction(const InstrAspect &Aspect, LegalizeAction Action) {
199 /// was no setAction call.
  /frameworks/support/compat/src/main/java/androidx/core/view/accessibility/
AccessibilityEventCompat.java 333 public static void setAction(AccessibilityEvent event, int action) {
335 event.setAction(action);
  /packages/apps/Dialer/java/com/android/dialer/searchfragment/list/
SearchActionViewHolder.java 87 void setAction(@Action int action, int position, String query, CallInitiationType.Type type) {
  /packages/apps/TV/src/com/android/tv/menu/
PlayControlsButton.java 88 public void setAction(final Runnable clickAction) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
SetupWizardActivity.java 159 step1.setAction(new Runnable() {
173 step2.setAction(new Runnable() {
186 step3.setAction(new Runnable() {
275 intent.setAction(Settings.ACTION_INPUT_METHOD_SETTINGS);
294 intent.setAction(Settings.ACTION_INPUT_METHOD_SUBTYPE_SETTINGS);
480 public void setAction(final Runnable action) {
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowMotionEvent.java 54 public void setAction(int action ) {
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/service/
ScriptingLayerService.java 120 notificationIntent.setAction(Constants.ACTION_SHOW_RUNNING_SCRIPTS);
263 intent.setAction(Constants.ACTION_KILL_PROCESS);
280 intent.setAction(Constants.ACTION_KILL_PROCESS);

Completed in 479 milliseconds

1 2 3 4 5 6 7 8