HomeSort by relevance Sort by last modified time
    Searched refs:mAction (Results 26 - 50 of 144) sorted by null

12 3 4 5 6

  /frameworks/base/core/java/android/app/usage/
UsageEvents.java 152 public String mAction;
183 mAction = orig.mAction;
393 p.writeString(event.mAction);
423 eventOut.mAction = null;
436 eventOut.mAction = p.readString();
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
EuiccOperation.java 80 public final @Action int mAction;
152 mAction = action;
161 mAction = in.readInt();
171 dest.writeInt(mAction);
192 switch (mAction) {
224 Log.wtf(TAG, "Unknown action: " + mAction);
  /packages/apps/DocumentsUI/src/com/android/documentsui/picker/
PickFragment.java 71 private int mAction;
116 mAction = savedInstanceState.getInt(ACTION_KEY);
129 outState.putInt(ACTION_KEY, mAction);
141 mAction = action;
153 switch (mAction) {
185 mAction == State.ACTION_OPEN_TREE ||
  /packages/apps/Messaging/src/com/android/messaging/ui/debug/
DebugSmsMmsFromDumpFileDialogFragment.java 57 private String mAction;
74 mAction = args.getString(KEY_ACTION);
83 if (ACTION_LOAD.equals(mAction)) {
86 } else if (ACTION_EMAIL.equals(mAction)) {
116 if (ACTION_LOAD.equals(mAction)) {
118 } else if (ACTION_EMAIL.equals(mAction)) {
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityEvent.java     [all...]
  /frameworks/base/services/core/java/com/android/server/
ServiceWatcher.java 60 private final String mAction;
64 * implements mAction. When null, all packages in the system that matches one of the signature
112 mAction = action;
185 final Intent intent = new Intent(mAction);
202 Intent intent = new Intent(mAction);
223 Log.w(mTag, packageName + " resolves service " + mAction
249 Log.d(mTag, String.format("bindBestPackage for %s : %s found %d, %s", mAction,
256 if (D) Log.d(mTag, "Unable to query intent services for action: " + mAction);
260 Slog.w(mTag, "Odd, no component found for service " + mAction);
289 Intent intent = new Intent(mAction);
    [all...]
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiNoInternetDialog.java 52 private String mAction;
70 mAction = intent.getAction();
127 if (ACTION_PROMPT_UNVALIDATED.equals(mAction)) {
147 if (ACTION_PROMPT_UNVALIDATED.equals(mAction)) {
170 if (ACTION_PROMPT_UNVALIDATED.equals(mAction)) {
  /packages/apps/Tag/src/com/android/apps/tag/record/
SmartPoster.java 89 private final RecommendedAction mAction;
109 mAction = Preconditions.checkNotNull(action);
214 private final byte mAction;
217 this.mAction = val;
220 return mAction;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
RunLintAction.java 184 private final int mAction;
201 mAction = action;
207 if (mAction == ACTION_TOGGLE_EXCLUDE) {
223 if (mAction == ACTION_CLEAR) {
226 assert mAction == ACTION_RUN;
  /cts/common/device-side/util/src/com/android/compatibility/common/util/devicepolicy/provisioning/
SilentProvisioningTestManager.java 150 private final String mAction;
155 mAction = action;
160 mContext.registerReceiver(this, new IntentFilter(mAction));
  /packages/apps/Launcher3/tests/src/com/android/launcher3/testcomponent/
BaseTestingActivity.java 44 private final String mAction = this.getClass().getName();
68 registerReceiver(mCommandReceiver, new IntentFilter(mAction + SUFFIX_COMMAND));
85 sendBroadcast(new Intent(mAction).putExtra(Intent.EXTRA_INTENT, getIntent()));
  /packages/services/Car/libvehiclemonitor/java/src/com/android/car/vehiclemonitor/
VehicleMonitor.java 123 mListener.onAppViolation(appViolation.mPid, appViolation.mUid, appViolation.mAction,
172 public final int mAction;
178 mAction = action;
  /frameworks/base/media/java/android/media/session/
PlaybackState.java 657 private final String mAction;
666 mAction = action;
673 mAction = in.readString();
681 dest.writeString(mAction);
712 return mAction;
756 private final String mAction;
784 mAction = action;
808 return new CustomAction(mAction, mName, mIcon, mExtras);
    [all...]
  /frameworks/native/include/input/
Input.h 322 inline int32_t getAction() const { return mAction; }
357 int32_t mAction;
376 inline int32_t getAction() const { return mAction; }
378 inline int32_t getActionMasked() const { return mAction & AMOTION_EVENT_ACTION_MASK; }
381 return (mAction & AMOTION_EVENT_ACTION_POINTER_INDEX_MASK)
385 inline void setAction(int32_t action) { mAction = action; }
596 return isTouchEvent(mSource, mAction);
612 int32_t mAction;
  /hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
RecurrentTimer.h 43 RecurrentTimer(const Action& action) : mAction(action) {
145 Action mAction;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ActivityMenuListener.java 52 private final int mAction;
60 mAction = action;
66 switch (mAction) {
78 default: assert false : mAction;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/plugins/
PluginInstanceManager.java 55 private final String mAction;
82 mAction = action;
225 if (DEBUG) Log.d(TAG, "queryAll " + mAction);
251 if (DEBUG) Log.d(TAG, "queryPkg " + p + " " + mAction);
255 if (DEBUG) Log.d(TAG, "Too many of " + mAction);
266 Intent intent = new Intent(mAction);
275 Log.w(TAG, "Multiple plugins found for " + mAction);
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderUtils.cpp 259 mAction = 0;
287 if (mAction & MAP_ACTION_COLORCONVERT) {
305 mAction &= ~MAP_ACTION_COLORCONVERT;
323 if (mAction & MAP_ACTION_ALIGN64 && stride % 64 != 0) {
326 mAction |= MAP_ACTION_COPY;
329 if(mAction & MAP_ACTION_ALIGN64 && width <= 320 && height <= 240) {
330 mAction |= MAP_ACTION_COPY;
333 if (mAction & MAP_ACTION_COPY) { //must allocate new vasurface(EXternalMemoryNULL, uncached)
358 if (mAction & MAP_ACTION_COLORCONVERT) {
363 if (mAction & MAP_ACTION_COPY)
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/handover/
BluetoothPeripheralHandover.java 101 int mAction;
178 mAction = ACTION_INIT;
190 if (mAction == ACTION_INIT) {
192 } else if (mAction == ACTION_CONNECT) {
220 mAction = ACTION_DISCONNECT;
223 mAction = ACTION_CONNECT;
229 mAction = ACTION_DISCONNECT;
244 mAction = ACTION_CONNECT;
469 if (mAction == ACTION_CONNECT && mRetryCount < MAX_RETRY_COUNT) {
483 if (mAction == ACTION_CONNECT && mRetryCount < MAX_RETRY_COUNT)
    [all...]
  /system/core/libsysutils/src/
NetlinkEvent.cpp 48 mAction = Action::kUnknown;
142 mAction = (ifi->ifi_flags & IFF_LOWER_UP) ? Action::kLinkUp :
231 mAction = (type == RTM_NEWADDR) ? Action::kAddressUpdated :
262 mAction = Action::kChange;
297 mAction = Action::kChange;
383 mAction = (type == RTM_NEWROUTE) ? Action::kRouteUpdated :
489 mAction = Action::kRdnss;
506 * content has to be stored in the class's member variables (mAction,
611 mAction = Action::kAdd;
613 mAction = Action::kRemove
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleConnectionPriorityClientService.java 110 private String mAction;
168 mAction = intent.getAction();
169 if (mAction != null) {
170 switch (mAction) {
201 switch (mAction) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaMmiCode.java 67 String mAction; // ACTION_REGISTER
120 ret.mAction = makeEmptyNull(m.group(MATCH_GROUP_ACTION));
202 return mAction != null && mAction.equals(ACTION_REGISTER);
266 throw new RuntimeException ("Ivalid register/action=" + mAction);
  /frameworks/support/media-compat/java/android/support/v4/media/session/
PlaybackStateCompat.java 867 private final String mAction;
878 mAction = action;
885 mAction = in.readString();
893 dest.writeString(mAction);
    [all...]
  /cts/tests/app/src/android/app/cts/
NotificationTest.java 39 private Notification.Action mAction;
232 mAction = null;
233 mAction = new Notification.Action.Builder(0, ACTION_TITLE, actionIntent).build();
234 assertEquals(ACTION_TITLE, mAction.title);
235 assertEquals(actionIntent, mAction.actionIntent);
236 assertEquals(true, mAction.getAllowGeneratedReplies());
  /frameworks/base/core/java/com/android/internal/app/
ResolverComparator.java 104 private String mAction;
185 mAction = intent.getAction();
249 if (pkStats.mChooserCounts != null && mAction != null
250 && pkStats.mChooserCounts.get(mAction) != null) {
251 chooserScore = (float) pkStats.mChooserCounts.get(mAction)
256 chooserScore += (float) pkStats.mChooserCounts.get(mAction)
262 if (mAction == null) {
265 Log.d(TAG, "Chooser Count of " + mAction + ":" +

Completed in 2011 milliseconds

12 3 4 5 6