HomeSort by relevance Sort by last modified time
    Searched full:maction (Results 26 - 50 of 73) sorted by null

12 3

  /packages/apps/Nfc/src/com/android/nfc/handover/
BluetoothPeripheralHandover.java 92 int mAction;
153 mAction = ACTION_INIT;
164 if (mAction == ACTION_INIT) {
166 } else if (mAction == ACTION_CONNECT) {
194 mAction = ACTION_DISCONNECT;
197 mAction = ACTION_CONNECT;
203 mAction = ACTION_DISCONNECT;
206 mAction = ACTION_CONNECT;
  /packages/apps/Nfc/src/com/android/nfc/
RegisteredComponentCache.java 49 final String mAction;
58 mAction = action;
157 List<ResolveInfo> resolveInfos = pm.queryIntentActivitiesAsUser(new Intent(mAction),
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/name/
SetDeviceNameFragment.java 63 private FrameLayout mAction;
90 mAction = (FrameLayout) mContent.findViewById(R.id.action);
100 mAction.addView(mList);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaMmiCode.java 65 String mAction; // ACTION_REGISTER
118 ret.mAction = makeEmptyNull(m.group(MATCH_GROUP_ACTION));
200 return mAction != null && mAction.equals(ACTION_REGISTER);
259 throw new RuntimeException ("Ivalid register/action=" + mAction);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationMenuListener.java 72 private final int mAction;
82 mAction = action;
89 switch (mAction) {
123 switch (mAction) {
136 default: assert false : mAction;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmMmiCode.java 123 String mAction; // One of ACTION_*
198 ret.mAction = makeEmptyNull(m.group(MATCH_GROUP_ACTION));
289 mAction = getActionStringFromReqType(ssData.requestType);
290 Rlog.d(LOG_TAG, "parseSsData msc = " + mSc + ", action = " + mAction + ", ex = " + ex);
743 return mAction != null && mAction.equals(ACTION_ACTIVATE);
747 return mAction != null && mAction.equals(ACTION_DEACTIVATE);
751 return mAction != null && mAction.equals(ACTION_INTERROGATE)
    [all...]
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderUtils.cpp 270 mAction = 0;
298 if (mAction & MAP_ACTION_COLORCONVERT) {
316 mAction &= ~MAP_ACTION_COLORCONVERT;
334 if (mAction & MAP_ACTION_ALIGN64 && stride % 64 != 0) {
337 mAction |= MAP_ACTION_COPY;
340 if(mAction & MAP_ACTION_ALIGN64 && width <= 320 && height <= 240) {
341 mAction |= MAP_ACTION_COPY;
344 if (mAction & MAP_ACTION_COPY) { //must allocate new vasurface(EXternalMemoryNULL, uncached)
369 if (mAction & MAP_ACTION_COLORCONVERT) {
374 if (mAction & MAP_ACTION_COPY)
    [all...]
  /system/core/libsysutils/src/
NetlinkEvent.cpp 55 mAction = NlActionUnknown;
148 mAction = (ifi->ifi_flags & IFF_LOWER_UP) ? NlActionLinkUp :
238 mAction = (type == RTM_NEWADDR) ? NlActionAddressUpdated :
270 mAction = NlActionChange;
356 mAction = (type == RTM_NEWROUTE) ? NlActionRouteUpdated :
456 mAction = NlActionRdnss;
473 * content has to be stored in the class's member variables (mAction,
572 mAction = NlActionAdd;
574 mAction = NlActionRemove;
576 mAction = NlActionChange
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/
MockTvInputService.java 309 private final Runnable mAction;
314 mAction = action;
318 mPostTarget.post(mAction);
  /development/samples/SupportLeanbackDemos/src/com/example/android/leanback/
BrowseAnimationFragment.java 40 final OnItemClickedListener mAction;
44 mAction = action;
290 ((Item) item).mAction.onItemClicked(item, row);
  /packages/apps/Dialer/src/com/android/dialer/voicemail/
VoicemailStatusHelperImpl.java 111 private final Action mAction;
122 mAction = action;
128 return mAction;
  /cts/tests/tests/telephony/src/android/telephony/cts/
SmsManagerTest.java 351 private String mAction;
355 mAction = action;
367 if(mAction.equals(DATA_SMS_RECEIVED_ACTION)){
387 if (intent.getAction().equals(mAction)) {
  /external/chromium_org/third_party/WebKit/Source/core/css/
mathml.css 42 semantics > mi, semantics > mn, semantics > mo, semantics > mtext, semantics > mspace, semantics > ms, semantics > maligngroup, semantics > malignmark, semantics > mrow, semantics > mfrac, semantics > msqrt, semantics > mroot, semantics > mstyle, semantics > merror, semantics > mpadded, semantics > mphantom, semantics > mfenced, semantics > menclose, semantics > msub, semantics > msup, semantics > msubsup, semantics > munder, semantics > mover, semantics > munderover, semantics > mmultiscripts, semantics > mtable, semantics > mstack, semantics > mlongdiv, semantics > maction {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
PropertySheetPage.java 349 private final int mAction;
354 mAction = action;
364 switch (mAction) {
393 assert false : mAction;
  /frameworks/base/media/java/android/media/session/
PlaybackState.java 584 private final String mAction;
593 mAction = action;
600 mAction = in.readString();
608 dest.writeString(mAction);
639 return mAction;
683 private final String mAction;
711 mAction = action;
735 return new CustomAction(mAction, mName, mIcon, mExtras);
    [all...]
  /frameworks/support/v4/java/android/support/v4/media/session/
PlaybackStateCompat.java 414 private final String mAction;
423 mAction = action;
430 mAction = in.readString();
438 dest.writeString(mAction);
469 return mAction;
516 private final String mAction;
547 mAction = action;
573 return new CustomAction(mAction, mName, mIcon, mExtras);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneMmiCode.java 170 private String mAction; // One of ACTION_*
242 ret.mAction = makeEmptyNull(m.group(MATCH_GROUP_ACTION));
635 return mAction != null && mAction.equals(ACTION_ACTIVATE);
639 return mAction != null && mAction.equals(ACTION_DEACTIVATE);
643 return mAction != null && mAction.equals(ACTION_INTERROGATE);
647 return mAction != null && mAction.equals(ACTION_REGISTER)
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupEditorFragment.java 172 private String mAction;
238 } else if (Intent.ACTION_EDIT.equals(mAction)) {
240 } else if (Intent.ACTION_INSERT.equals(mAction)) {
257 throw new IllegalArgumentException("Unknown Action String " + mAction +
271 outState.putString(KEY_ACTION, mAction);
289 mAction = state.getString(KEY_ACTION);
467 mAction = action;
599 if (Intent.ACTION_INSERT.equals(mAction)) {
609 } else if (Intent.ACTION_EDIT.equals(mAction)) {
621 throw new IllegalStateException("Invalid intent action type " + mAction);
    [all...]
  /frameworks/base/core/java/android/view/
DragEvent.java 127 int mAction;
257 mAction = action;
295 return obtain(source.mAction, source.mX, source.mY, source.mLocalState,
313 return mAction;
442 + " action=" + mAction + " @ (" + mX + ", " + mY + ") desc=" + mClipDescription
464 dest.writeInt(mAction);
489 event.mAction = in.readInt();
KeyEvent.java     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
SetupWizardActivity.java 432 private Runnable mAction;
473 mAction = action;
478 if (v == mActionLabel && mAction != null) {
479 mAction.run();
  /frameworks/wilhelm/tests/sandbox/
monkey.c 192 Action_pt mAction;
285 State_t nextState = (*transitionTable[i].mAction)(&player);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintViewPart.java 448 private final int mAction;
453 mAction = action;
462 switch (mAction) {
555 boolean ignoreInFile = mAction == ACTION_IGNORE_FILE;
621 assert false : mAction;
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java 242 private String mAction;
412 validateAction(mAction);
418 if (Intent.ACTION_EDIT.equals(mAction)) {
432 if (Intent.ACTION_EDIT.equals(mAction)) {
434 } else if (Intent.ACTION_INSERT.equals(mAction)) {
464 throw new IllegalArgumentException("Unknown Action String " + mAction +
476 mAction = action;
497 mAction = savedState.getString(KEY_ACTION);
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
DialogActionAdapter.java 155 private Action mAction;
169 return mAction;
173 mAction = action;

Completed in 1930 milliseconds

12 3