Searched refs:mId (Results 1 - 25 of 181) sorted by relevance

12345678

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
H A DDownloadIdAndStartDate.java23 public final long mId; field in class:DownloadIdAndStartDate
26 mId = id;
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DMapContact.java25 private final long mId; field in class:MapContact
28 mId = id;
41 return mId;
45 if(mId > 0) {
46 return BluetoothMapUtils.getLongLongAsString(mId, 0);
52 if(mId > 0) {
53 return new SignedLongLong(mId, 0);
H A DBluetoothMapAccountItem.java35 private final String mId; field in class:BluetoothMapAccountItem
49 this.mId = id;
71 if(mId != null) {
72 return Long.parseLong(mId);
96 if(!other.mId.equals(this.mId)){
97 if(V) Log.d(TAG, "Wrong id : " + this.mId + " vs " + other.mId);
129 result = prime * result + ((mId == null) ? 0 : mId
[all...]
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
H A DMockTextAppearanceFactory.java47 private final int mId; field in class:MockTextAppearanceFactory.MockStyleSpan
49 mId = id;
52 return mId;
/packages/services/Car/car-lib/src/android/car/vms/
H A DVmsLayer.java35 private int mId; field in class:VmsLayer
41 mId = id;
46 return mId;
65 return Objects.equals(p.mId, mId) && Objects.equals(p.mVersion, mVersion);
75 return Objects.hash(mId, mVersion);
80 return "VmsLayer{" + mId + " " + mVersion + "}";
98 out.writeInt(mId);
112 mId = in.readInt();
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DWordListInfo.java23 public final String mId; field in class:WordListInfo
27 mId = id;
/packages/apps/Email/tests/src/com/android/emailcommon/provider/
H A DMailboxTests.java83 "1", b.mAccountKey, b.mId, true, false, c, starred, read);
100 long account1Id = account1.mId;
102 long box1Id = box1.mId;
116 long account1Id = account1.mId;
118 long box1Id = box1.mId;
120 long box2Id = box2.mId;
150 Mailbox bi = ProviderTestUtils.setupMailbox("b1", a.mId, true, c, Mailbox.TYPE_INBOX);
151 Mailbox bm = ProviderTestUtils.setupMailbox("b2", a.mId, true, c, Mailbox.TYPE_MAIL);
153 assertEquals(Mailbox.TYPE_INBOX, Mailbox.getMailboxType(c, bi.mId));
154 assertEquals(Mailbox.TYPE_MAIL, Mailbox.getMailboxType(c, bm.mId));
[all...]
/packages/apps/DeskClock/src/com/android/deskclock/data/
H A DCustomRingtone.java28 private final long mId; field in class:CustomRingtone
40 mId = id;
46 public long getId() { return mId; }
56 return new CustomRingtone(mId, mUri, mTitle, hasPermissions);
H A DTimer.java82 private final int mId; field in class:Timer
110 mId = id;
121 public int getId() { return mId; }
198 return new Timer(mId, RUNNING, mLength, mTotalLength, now(), wallClock(), mRemainingTime,
213 return new Timer(mId, PAUSED, mLength, mTotalLength, UNUSED, UNUSED, remainingTime, mLabel,
226 return new Timer(mId, EXPIRED, mLength, 0L, now(), wallClock(), remainingTime, mLabel,
239 return new Timer(mId, MISSED, mLength, 0L, now(), wallClock(), remainingTime, mLabel,
251 return new Timer(mId, RESET, mLength, mLength, UNUSED, UNUSED, mLength, mLabel,
269 return new Timer(mId, mState, mLength, mTotalLength, timeSinceBoot, wallClockTime,
291 return new Timer(mId, mStat
[all...]
/packages/apps/Dialer/java/com/android/voicemail/impl/scheduling/
H A DMinimalIntervalPolicy.java31 TaskId mId; field in class:MinimalIntervalPolicy
41 mId = mTask.getId();
51 BaseTask.createIntent(mTask.getContext(), BlockerTask.class, mId.phoneAccountHandle);
52 intent.putExtra(BlockerTask.EXTRA_TASK_ID, mId.id);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DFilterUserPresetRepresentation.java25 private int mId; field in class:FilterUserPresetRepresentation
33 mId = id;
41 return mId;
46 new ImagePreset(mPreset), mId);
/packages/apps/Email/tests/src/com/android/email/provider/
H A DProviderTests.java172 b.mId,
193 long account1Id = account1.mId;
212 long account1Id = account1.mId;
318 return Account.CONTENT_URI.buildUpon().appendEncodedPath("" + account.mId).build();
332 assertEquals("eas", Account.getProtocol(mMockContext, account1.mId));
338 assertNull(Account.getProtocol(mMockContext, account2.mId));
348 assertTrue(Account.isValidId(mMockContext, account1.mId));
349 assertTrue(Account.isValidId(mMockContext, account2.mId));
409 long account1Id = account1.mId;
411 long box1Id = box1.mId;
[all...]
H A DAttachmentProviderTests.java94 Uri attachment1Uri = AttachmentUtilities.getAttachmentUri(account1.mId,
96 Uri attachment2Uri = AttachmentUtilities.getAttachmentUri(account1.mId,
98 Uri attachment3Uri = AttachmentUtilities.getAttachmentUri(account1.mId,
110 AttachmentUtilities.getAttachmentUri(account1.mId, attachment1Id).toString());
117 AttachmentUtilities.getAttachmentUri(account1.mId, attachment2Id).toString());
124 AttachmentUtilities.getAttachmentUri(account1.mId, attachment3Id).toString());
129 attachment2Uri = AttachmentUtilities.getAttachmentUri(account1.mId, attachment2Id);
145 attachment3Uri = AttachmentUtilities.getAttachmentUri(account1.mId, attachment3Id);
162 Message m = ProviderTestUtils.setupMessage("1", b.mAccountKey, b.mId, true, false, c, false,
176 "box1", a1.mId, tru
[all...]
/packages/apps/Car/Dialer/src/com/android/car/dialer/telecom/
H A DUiCall.java24 private final int mId; field in class:UiCall
35 mId = id;
39 return mId;
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/
H A DMockTask.java26 private final int mId; field in class:MockTask
31 mId = id;
55 return mName + mId;
/packages/apps/TV/src/com/android/tv/dvr/
H A DSeriesInfo.java23 private final String mId; field in class:SeriesInfo
33 this.mId = id;
44 return mId;
/packages/apps/TV/src/com/android/tv/tuner/source/
H A DTsDataSourceManager.java42 private final int mId; field in class:TsDataSourceManager
64 mId = id;
92 mId, !mIsRecording && mKeepTuneStatus);
102 source, mId, !mIsRecording && mKeepTuneStatus);
116 mTunerStreamerManager.setHasPendingTune(mId);
133 mTunerStreamerManager.release(mId);
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
H A DAvrcpPlayer.java36 private int mId; field in class:AvrcpPlayer
42 mId = INVALID_ID;
46 mId = id;
52 return mId;
/packages/services/BuiltInPrintService/src/com/android/bips/ipp/
H A DJobStatus.java58 private int mId; field in class:JobStatus
65 mId = ID_UNKNOWN;
71 mId = other.mId;
99 return mId;
109 return "JobStatus{id=" + mId +
128 mPrototype.mId = id;
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppBatch.java66 public int mId; field in class:BluetoothOppBatch
115 if (V) Log.v(TAG, "New Batch created for info " + info.mId);
128 mListener.onShareAdded(info.mId);
140 if (V) Log.v(TAG, "batch " + this.mId + " is canceled");
153 if (V) Log.v(TAG, "Cancel batch for info " + info.mId);
155 Constants.updateShareStatus(mContext, info.mId, BluetoothShare.STATUS_CANCELED);
/packages/apps/Camera2/src/com/android/camera/device/
H A DLegacyCameraActions.java38 private final CameraDeviceKey mId; field in class:LegacyCameraActions
47 mId = id;
55 mLogger.i("executeOpen(id: " + mId.getCameraId() + ")");
59 mId.getCameraId().getLegacyValue(), mLogger));
65 mLogger.i("executeClose(" + mId.getCameraId() + ")");
69 mId.getCameraId().getLegacyValue(),
/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
H A DProgressService.java45 private final int mId; field in class:ProgressService.UpdateRunnable
50 mId = id;
58 Log.v(TAG, "id: " + mId + " when: " + mWhen + " progress: " + mProgress);
59 noMa.notify(NotificationService.NOTIFICATION_ID + mId,
/packages/apps/Email/emailcommon/src/com/android/emailcommon/
H A DTrafficFlags.java59 return (int)account.mId | REASON_SYNC;
70 return (int)account.mId | REASON_ATTACHMENT_USER;
81 return (int)account.mId | REASON_SYNC;
/packages/apps/Gallery/tests/src/com/android/camera/gallery/
H A DMockImage.java10 private final long mId; field in class:MockImage
15 mId = id;
46 return mId;
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
H A DMediaCache.java37 private final int mId; field in class:MediaCache
48 mId = id;
61 return mId;

Completed in 679 milliseconds

12345678