Searched refs:mId (Results 1 - 25 of 185) 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;
72 if (mId != null) {
73 return Long.parseLong(mId);
99 if (!other.mId.equals(this.mId)) {
101 Log.d(TAG, "Wrong id : " + this.mId + " vs " + other.mId);
144 result = prime * result + ((mId == null) ? 0 : mId
[all...]
/packages/apps/DocumentsUI/src/com/android/documentsui/selection/demo/
H A DDemoItem.java20 private final String mId; field in class:DemoItem
24 mId = id;
29 return mId;
/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/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/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/data/
H A DSeriesInfo.java21 private final String mId; field in class:SeriesInfo
37 this.mId = id;
48 return mId;
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
H A DAvrcpPlayer.java33 private int mId; field in class:AvrcpPlayer
39 mId = INVALID_ID;
43 mId = id;
49 return mId;
/packages/apps/TV/tuner/src/com/android/tv/tuner/source/
H A DTsDataSourceManager.java39 private final int mId; field in class:TsDataSourceManager
62 mId = id;
91 context, channel, eventListener, mId, !mIsRecording && mKeepTuneStatus);
101 mTunerStreamerManager.releaseDataSource(source, mId, !mIsRecording && mKeepTuneStatus);
113 mTunerStreamerManager.setHasPendingTune(mId);
129 mTunerStreamerManager.addTunerHal(tunerHal, mId);
134 mTunerStreamerManager.release(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
116 Log.v(TAG, "New Batch created for info " + info.mId);
129 mListener.onShareAdded(info.mId);
142 Log.v(TAG, "batch " + this.mId + " is canceled");
157 Log.v(TAG, "Cancel batch for info " + info.mId);
160 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/apps/TvSettings/Settings/src/com/android/tv/settings/suggestions/
H A DSuggestionPreference.java43 private String mId; field in class:SuggestionPreference
52 this.mId = suggestion.getId();
54 setKey(SUGGESTION_PREFERENCE_KEY + mId);
58 return mId;
82 mId);
90 MetricsEvent.ACTION_SETTINGS_SUGGESTION, mId);
/packages/apps/Settings/src/com/android/settings/notification/
H A DZenModeRuleSettingsBase.java42 protected String mId; field in class:ZenModeRuleSettingsBase
63 mId = intent.getStringExtra(ConditionProviderService.EXTRA_RULE_ID);
64 if (mId == null) {
70 if (DEBUG) Log.d(TAG, "mId=" + mId);
99 mSwitch.onResume(mRule, mId);
103 mHeader.onResume(mRule, mId);
126 mBackend.setZenRule(mId, mRule);
154 return NotificationManager.from(mContext).getAutomaticZenRule(mId);
H A DZenAutomaticRuleSwitchPreferenceController.java37 private String mId; field in class:ZenAutomaticRuleSwitchPreferenceController
52 return mRule != null && mId != null;
76 mId = id;
90 mBackend.setZenRule(mId, mRule);
/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;

Completed in 654 milliseconds

12345678