Home
last modified time | relevance | path

Searched refs:sourceId (Results 1 – 12 of 12) sorted by relevance

/packages/apps/TV/src/com/android/tv/tuner/ts/
DTsParser.java245 public void onEitParsed(int sourceId, List<EitItem> items) {
246 if (DEBUG) Log.d(TAG, "onEITParsed " + sourceId);
247 EventSourceEntry entry = new EventSourceEntry(mPid, sourceId);
249 handleEvents(sourceId);
253 public void onEttParsed(int sourceId, List<EttItem> descriptions) {
256 sourceId, descriptions.size()));
261 mSourceIdToVctItemDescriptionMap.put(sourceId, item.text);
262 VctItem vctItem = mSourceIdToVctItemMap.get(sourceId);
275 EventSourceEntry entry = new EventSourceEntry(mPid, sourceId);
277 handleEvents(sourceId);
[all …]
DSectionParser.java331 void onEitParsed(int sourceId, List<EitItem> items); in onEitParsed() argument
332 void onEttParsed(int sourceId, List<EttItem> descriptions); in onEttParsed() argument
362 int sourceId = mParsedEttItems.keyAt(i); in parseSections() local
364 mListener.onEttParsed(sourceId, descriptions); in parseSections()
575 int sourceId = ((data[pos + 28] & 0xff) << 8) | (data[pos + 29] & 0xff); in parseVCT() local
606 programNumber, majorNumber, minorNumber, sourceId)); in parseVCT()
626 int sourceId = ((data[3] & 0xff) << 8) | (data[4] & 0xff); in parseEIT() local
681 mListener.onEitParsed(sourceId, results); in parseEIT()
695 int sourceId = ((data[9] & 0xff) << 8) | (data[10] & 0xff); in parseETT() local
698 List<EttItem> ettItems = mParsedEttItems.get(sourceId); in parseETT()
[all …]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactLookupKey.java66 String accountName, long rawContactId, String sourceId, in appendToLookupKey() argument
77 if (sourceId == null) { in appendToLookupKey()
83 if (appendEscapedSourceId(lookupKey, sourceId)) { in appendToLookupKey()
89 private static boolean appendEscapedSourceId(StringBuilder sb, String sourceId) { in appendEscapedSourceId() argument
93 int index = sourceId.indexOf('.', start); in appendEscapedSourceId()
95 sb.append(sourceId, start, sourceId.length()); in appendEscapedSourceId()
100 sb.append(sourceId, start, index); in appendEscapedSourceId()
DDataRowHandlerForGroupMembership.java167 final String sourceId = values.getAsString(GroupMembership.GROUP_SOURCE_ID);
168 final long groupId = getOrMakeGroup(db, rawContactId, sourceId,
188 private long getOrMakeGroup(SQLiteDatabase db, long rawContactId, String sourceId,
209 ArrayList<GroupIdCacheEntry> entries = mGroupIdCache.get(sourceId);
212 mGroupIdCache.put(sourceId, entries);
225 entry.sourceId = sourceId;
232 new String[]{sourceId, Long.toString(accountId)}, null, null, null);
240 groupValues.put(Groups.SOURCE_ID, sourceId);
DContactsProvider2.java1423 String sourceId; field in ContactsProvider2.GroupIdCacheEntry
7850 String sourceId = c.getString(LookupBySourceIdQuery.SOURCE_ID); in lookupContactIdBySourceIds() local
7855 && segment.key.equals(sourceId)) { in lookupContactIdBySourceIds()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DBaseContactsProvider2Test.java197 protected long createGroup(Account account, String sourceId, String title) { in createGroup() argument
198 return createGroup(account, sourceId, title, 1, false, false); in createGroup()
201 protected long createGroup(Account account, String sourceId, String title, int visible) { in createGroup() argument
202 return createGroup(account, sourceId, title, visible, false, false); in createGroup()
210 protected long createGroup(Account account, String sourceId, String title, in createGroup() argument
213 values.put(Groups.SOURCE_ID, sourceId); in createGroup()
400 protected Uri insertGroupMembership(long rawContactId, String sourceId) { in insertGroupMembership() argument
404 values.put(GroupMembership.GROUP_SOURCE_ID, sourceId); in insertGroupMembership()
695 protected long assertSingleGroup(Long rowId, Account account, String sourceId, String title) { in assertSingleGroup() argument
699 long actualRowId = assertGroup(c, rowId, account, sourceId, title); in assertSingleGroup()
[all …]
/packages/apps/Email/provider_src/com/android/email/service/
DEmailServiceStub.java164 long sourceId = Utility.getFirstRowLong(mContext, Body.CONTENT_URI, in loadAttachment() local
168 if (sourceId != -1) { in loadAttachment()
170 EmailContent.Message.restoreMessageWithId(mContext, sourceId); in loadAttachment()
/packages/apps/TV/src/com/android/tv/tuner/data/
DPsipData.java168 int programNumber, int majorChannelNumber, int minorChannelNumber, int sourceId) { in VctItem() argument
176 mSourceId = sourceId; in VctItem()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DProfileAggregator.java54 String accountName, long rawContactId, String sourceId, String displayName) { in appendLookupKey() argument
DAbstractContactAggregator.java1552 String accountName, long rawContactId, String sourceId, String displayName) { in appendLookupKey() argument
1554 sourceId, displayName); in appendLookupKey()
/packages/apps/TV/src/com/android/tv/tuner/exoplayer/
DExoPlayerSampleExtractor.java87 public void onLoadError(int sourceId, IOException e) { in ExoPlayerSampleExtractor()
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DConversationViewFragment.java425 consoleMessage.sourceId(), consoleMessage.lineNumber(), in onCreateView()
429 consoleMessage.sourceId(), consoleMessage.lineNumber(), in onCreateView()