HomeSort by relevance Sort by last modified time
    Searched refs:mId (Results 126 - 150 of 1225) sorted by null

1 2 3 4 56 7 8 91011>>

  /packages/apps/Email/tests/src/com/android/email/
SecurityPolicyTests.java 219 assertEquals(account.mPolicyKey, policy.mId);
222 Policy.getAccountIdWithPolicyKey(mMockContext, policy.mId));
236 long accountId = account.mId;
241 long oldKey = assertAccountPolicyConsistent(account.mId, 0);
246 oldKey = assertAccountPolicyConsistent(account.mId, oldKey);
283 Account a2a = Account.restoreAccountWithId(mMockContext, a2.mId);
291 Account a2b = Account.restoreAccountWithId(mMockContext, a2.mId);
319 Account a1a = Account.restoreAccountWithId(mMockContext, a1.mId);
322 Account a2a = Account.restoreAccountWithId(mMockContext, a2.mId);
325 Account a3a = Account.restoreAccountWithId(mMockContext, a3.mId);
    [all...]
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityWindowInfo.java 101 private int mId = UNDEFINED_WINDOW_ID;
194 mId, AccessibilityNodeInfo.ROOT_NODE_ID,
279 return mId;
290 mId = id;
461 infoClone.mId = info.mId;
519 parcel.writeInt(mId);
544 mId = parcel.readInt();
567 return mId;
582 return (mId == other.mId)
    [all...]
  /packages/apps/TV/src/com/android/tv/dvr/
SeriesRecording.java 95 value = Long.compare(rhs.mId, lhs.mId);
108 return Long.compare(lhs.mId, rhs.mId);
134 .setId(r.mId)
271 private long mId = ID_NOT_SET;
291 mId = id;
419 return new SeriesRecording(mId, mPriority, mTitle, mDescription, mLongDescription,
458 private long mId;
492 return mId;
    [all...]
  /frameworks/base/telecomm/java/android/telecom/
RemoteConference.java 134 private final String mId;
153 mId = id;
159 return mId;
402 mConnectionService.disconnect(mId, null /*Session.Info*/);
435 mConnectionService.mergeConference(mId, null /*Session.Info*/);
451 mConnectionService.swapConference(mId, null /*Session.Info*/);
461 mConnectionService.hold(mId, null /*Session.Info*/);
471 mConnectionService.unhold(mId, null /*Session.Info*/);
494 mConnectionService.playDtmfTone(mId, digit, null /*Session.Info*/);
506 mConnectionService.stopDtmfTone(mId, null /*Session.Info*/)
    [all...]
  /packages/apps/Email/tests/src/com/android/email/provider/
PolicyTests.java 84 assertEquals(account1.mId, Policy.getAccountIdWithPolicyKey(mMockContext,
86 assertEquals(account2.mId, Policy.getAccountIdWithPolicyKey(mMockContext,
120 att.mAccountKey = acct.mId;
128 Mailbox box = ProviderTestUtils.setupMailbox("box1", acct.mId, true, mMockContext);
129 Message msg1 = ProviderTestUtils.setupMessage("message1", acct.mId, box.mId, false, false,
138 Message msg2 = ProviderTestUtils.setupMessage("message2", acct.mId, box.mId, false, false,
166 att2 = Attachment.restoreAttachmentWithId(mMockContext, att2.mId);
168 att3 = Attachment.restoreAttachmentWithId(mMockContext, att3.mId);
    [all...]
  /cts/tests/app/src/android/app/cts/
NotificationManagerTest.java 48 private String mId;
54 mId = UUID.randomUUID().toString();
80 new NotificationChannel(mId, "name", NotificationManager.IMPORTANCE_DEFAULT);
98 new NotificationChannel(mId, "name", NotificationManager.IMPORTANCE_DEFAULT);
111 new NotificationChannel(mId, "name", NotificationManager.IMPORTANCE_DEFAULT);
123 mNotificationManager.getNotificationChannel(mId);
132 new NotificationChannel(mId, "name", NotificationManager.IMPORTANCE_DEFAULT);
137 mNotificationManager.getNotificationChannel(mId);
143 mNotificationManager.getNotificationChannel(mId).getImportance());
148 new NotificationChannel(mId, "name", NotificationManager.IMPORTANCE_DEFAULT)
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransfer.java 131 + mBatch.mId);
194 return mBatch.mId;
245 if (V) Log.v(TAG, "receive MSG_SHARE_COMPLETE for info " + info.mId);
251 if (V) Log.v(TAG, "continue session for info " + mCurrentShare.mId +
252 " from batch " + mBatch.mId);
256 if (V) Log.v(TAG, "Batch " + mBatch.mId + " is done");
268 if (V) Log.v(TAG, "receive MSG_SESSION_COMPLETE for batch " + mBatch.mId);
278 if (V) Log.v(TAG, "receive MSG_SESSION_ERROR for batch " + mBatch.mId);
295 if (V) Log.v(TAG, "receive MSG_SHARE_INTERRUPTED for batch " + mBatch.mId);
319 if (V) Log.v(TAG, "receive MSG_CONNECT_TIMEOUT for batch " + mBatch.mId);
    [all...]
BluetoothOppShareInfo.java 43 public int mId;
74 mId = id;
BluetoothOppService.java 521 mShares.get(arrayPos).mId + " @ " + arrayPos);
549 arrayId = mShares.get(arrayPos).mId;
634 Log.v(TAG, "ID : " + info.mId);
655 Constants.updateShareStatus(this, info.mId, BluetoothShare.STATUS_UNKNOWN_ERROR);
673 Log.e(TAG, "Can't open file for OUTBOUND info " + info.mId);
674 Constants.updateShareStatus(this, info.mId, BluetoothShare.STATUS_BAD_REQUEST);
681 newBatch.mId = mBatchId;
685 if (V) Log.v(TAG, "Service create new Batch " + newBatch.mId
686 + " for OUTBOUND info " + info.mId);
689 if (V) Log.v(TAG, "Service create new Batch " + newBatch.mId
    [all...]
  /cts/suite/audio_quality/lib/src/task/
TaskAsync.cpp 40 if (mId.length() == 0) {
62 mId.append(value);
  /frameworks/av/camera/ndk/impl/
ACameraCaptureSession.h 61 mId(id), mOutput(*outputs), mUserSessionCallback(*cb),
103 const int mId;
  /frameworks/av/media/libmedia/include/media/
MidiDeviceInfo.h 39 int getUid() const { return mId; }
70 int32_t mId;
  /frameworks/base/core/java/android/service/autofill/
Dataset.java 59 @Nullable String mId;
67 mId = builder.mId;
100 return new StringBuilder("Dataset " + mId + " [")
118 return mId;
132 @Nullable private String mId;
214 mId = id;
322 parcel.writeString(mId);
  /frameworks/rs/rsov/compiler/spirit/
core_defs.h 40 IdRef() : mId(0), mInstruction(nullptr) {}
43 uint32_t mId;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Keyboard.java 54 public final KeyboardId mId;
104 mId = params.mId;
132 mId = keyboard.mId;
163 mId.mElementId == KeyboardId.ELEMENT_ALPHABET
164 || mId.mElementId == KeyboardId.ELEMENT_ALPHABET_AUTOMATIC_SHIFTED);
227 return mId.toString();
  /cts/common/util/src/com/android/compatibility/common/util/
ModuleResult.java 29 private String mId;
47 mId = id;
163 return mId;
171 return AbiUtils.parseTestName(mId);
179 return AbiUtils.parseAbi(mId);
  /development/samples/ControllerSample/src/com/example/inputmanagercompat/
InputManagerV9.java 147 private int mId;
161 curChanged.mId = id;
170 mListener.onInputDeviceAdded(mId);
173 mListener.onInputDeviceChanged(mId);
176 mListener.onInputDeviceRemoved(mId);
  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/
VoicemailImpl.java 27 private final Long mId;
48 mId = id;
163 return hasId() ? mId : -1;
168 return mId != null;
248 return "VoicemailImpl [mTimestamp=" + mTimestamp + ", mNumber=" + mNumber + ", mId=" + mId
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Stream.cpp 52 mId(id),
84 return mId;
215 __FUNCTION__, mId, strerror(-res), res);
267 __FUNCTION__, mId, maxCount);
274 "state %d", __FUNCTION__, mId, mState);
282 __FUNCTION__, mId);
288 __FUNCTION__, mId);
333 "state %d", __FUNCTION__, mId, mState);
341 __FUNCTION__, mId, mPreparedBufferIdx);
370 // This function should be only called when the stream is mid-preparing
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothHeadsetClientCall.java 68 private final int mId;
87 mId = id;
145 return mId;
212 builder.append(", mId: ");
213 builder.append(mId);
259 out.writeInt(mId);
  /frameworks/base/core/java/android/content/
Loader.java 53 int mId;
171 return mId;
186 mId = id;
526 sb.append(mId);
540 writer.print(prefix); writer.print("mId="); writer.print(mId);
  /frameworks/base/core/java/android/hardware/usb/
UsbPort.java 34 private final String mId;
105 mId = id;
115 return mId;
245 return "UsbPort{id=" + mId + ", supportedModes=" + modeToString(mSupportedModes) + "}";
255 dest.writeString(mId);
  /frameworks/support/core-utils/java/android/support/v4/content/
Loader.java 35 int mId;
153 return mId;
168 mId = id;
508 sb.append(mId);
522 writer.print(prefix); writer.print("mId="); writer.print(mId);
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
ContactsContract_TestDataBuilder.java 63 private long mId = -1;
70 if (mId != -1) {
71 return mId;
80 mId = cursor.getInt(IdQuery._ID);
86 assertTrue("Could not obtain _ID for URI: " + mUri, mId != -1);
87 return mId;
98 assertTrue("Neither URI nor ID has been specified", mId != -1);
99 mUri = ContentUris.withAppendedId(getContentUri(), mId);
133 mId = ContentUris.parseId(mUri);
197 mId = mCursor.getLong(getColumnIndex(BaseColumns._ID))
    [all...]
  /external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
PollingTask.java 52 public long mId;
65 mId = sMaxId++;
143 logger.print("onPreExecute(), id = " + mId);
199 intent.putExtra("pollingTaskId", mId);
231 return (this.mId == that.mId) && (this.mType == that.mType);
238 sb.append("\nId: " + mId);

Completed in 963 milliseconds

1 2 3 4 56 7 8 91011>>