Searched defs:sourceId (Results 1 – 8 of 8) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactLookupKey.java | 66 String accountName, long rawContactId, String sourceId, in appendToLookupKey() 89 private static boolean appendEscapedSourceId(StringBuilder sb, String sourceId) { in appendEscapedSourceId()
|
D | ContactsProvider2.java | 1351 String sourceId; field in ContactsProvider2.GroupIdCacheEntry 7660 String sourceId = c.getString(LookupBySourceIdQuery.SOURCE_ID); in lookupContactIdBySourceIds() local
|
/packages/apps/TV/tuner/src/com/android/tv/tuner/ts/ |
D | TsParser.java | 342 public final int sourceId; field in TsParser.EventSourceEntry 344 public EventSourceEntry(int pid, int sourceId) { in EventSourceEntry() 374 int sourceId = channel.getSourceId(); in handleVctItem() local 405 private void handleEvents(int sourceId) { in handleEvents()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
D | ProfileAggregator.java | 54 String accountName, long rawContactId, String sourceId, String displayName) { in appendLookupKey()
|
D | AbstractContactAggregator.java | 1559 String accountName, long rawContactId, String sourceId, String displayName) { in appendLookupKey()
|
/packages/apps/TV/tuner/src/com/android/tv/tuner/data/ |
D | SectionParser.java | 636 void onEitParsed(int sourceId, List<EitItem> items); in onEitParsed() 638 void onEttParsed(int sourceId, List<EttItem> descriptions); in onEttParsed() 670 int sourceId = mParsedEttItems.keyAt(i); in parseSections() local 896 int sourceId = ((data[pos + 28] & 0xff) << 8) | (data[pos + 29] & 0xff); in parseVCT() local 970 int sourceId = ((data[3] & 0xff) << 8) | (data[4] & 0xff); in parseEIT() local 1055 int sourceId = ((data[9] & 0xff) << 8) | (data[10] & 0xff); in parseETT() local 1129 int sourceId = ((data[3] & 0xff) << 8) | (data[4] & 0xff); in parseDVBEIT() local
|
D | PsipData.java | 165 int sourceId) { in VctItem()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | BaseContactsProvider2Test.java | 197 protected long createGroup(Account account, String sourceId, String title) { in createGroup() 201 protected long createGroup(Account account, String sourceId, String title, int visible) { in createGroup() 210 protected long createGroup(Account account, String sourceId, String title, in createGroup() 400 protected Uri insertGroupMembership(long rawContactId, String sourceId) { in insertGroupMembership() 695 protected long assertSingleGroup(Long rowId, Account account, String sourceId, String title) { in assertSingleGroup() 708 String sourceId) { in assertSingleGroupMembership() 721 String sourceId) { in assertGroupMembership() 729 … protected long assertGroup(Cursor c, Long rowId, Account account, String sourceId, String title) { in assertGroup()
|