HomeSort by relevance Sort by last modified time
    Searched full:source_id (Results 1 - 25 of 44) sorted by null

1 2

  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactLookupKeyTest.java 72 storeValue(RawContacts.CONTENT_URI, rawContactId1, RawContacts.SOURCE_ID, "123");
75 storeValue(RawContacts.CONTENT_URI, rawContactId2, RawContacts.SOURCE_ID, "4.5.6");
78 storeValue(RawContacts.CONTENT_URI, rawContactId3, RawContacts.SOURCE_ID, "http://foo?bar");
100 storeValue(RawContacts.CONTENT_URI, rawContactId1, RawContacts.SOURCE_ID, "1");
105 storeValue(RawContacts.CONTENT_URI, rawContactId2, RawContacts.SOURCE_ID, "1");
129 storeValue(RawContacts.CONTENT_URI, rawContactId1, RawContacts.SOURCE_ID, "1");
132 storeValue(RawContacts.CONTENT_URI, rawContactId2, RawContacts.SOURCE_ID, "2");
135 storeValue(RawContacts.CONTENT_URI, rawContactId3, RawContacts.SOURCE_ID, "3");
169 storeValue(RawContacts.CONTENT_URI, rawContactId1, RawContacts.SOURCE_ID, "1");
LegacyContactImporterTest.java 156 Groups.SOURCE_ID,
189 RawContacts.SOURCE_ID,
  /external/chromium/chrome/browser/net/
passive_log_collector.h 52 uint32 source_id; member in struct:PassiveLogCollector::SourceInfo
161 // Removes |source_id| from |sources_|. This also releases any references
163 void DeleteSourceInfo(uint32 source_id);
165 // Adds |source_id| to the FIFO queue (graveyard) for deletion.
166 void AddToDeletionQueue(uint32 source_id);
168 // Removes |source_id| from the |deletion_queue_| container.
169 void EraseFromDeletionQueue(uint32 source_id);
171 // Adds/Releases a reference from the source with ID |source_id|.
173 void AdjustReferenceCountForSource(int offset, uint32 source_id);
load_timing_observer.h 65 URLRequestRecord* GetURLRequestRecord(uint32 source_id);
109 URLRequestRecord* CreateURLRequestRecord(uint32 source_id);
110 void DeleteURLRequestRecord(uint32 source_id);
passive_log_collector_unittest.cc 23 ChromeNetLog::Entry MakeStartLogEntryWithURL(int source_id,
29 NetLog::Source(kSourceType, source_id),
34 ChromeNetLog::Entry MakeStartLogEntry(int source_id) {
35 return MakeStartLogEntryWithURL(source_id,
36 StringPrintf("http://req%d", source_id));
39 ChromeNetLog::Entry MakeEndLogEntry(int source_id) {
44 NetLog::Source(kSourceType, source_id),
51 return a.source_id < b.source_id;
329 EXPECT_EQ(stream_job_source.id, info.source_id);
    [all...]
passive_log_collector.cc 40 : source_id(net::NetLog::Source::kInvalidId),
200 it->second.source_id = entry.source.id;
214 AddToDeletionQueue(info.source_id);
217 DeleteSourceInfo(info.source_id);
228 uint32 source_id) {
229 SourceIDToInfoMap::iterator it = sources_.find(source_id);
238 source_id) == deletion_queue_.end());
267 uint32 source_id) {
268 DCHECK(sources_.find(source_id) != sources_.end());
269 DCHECK(!sources_.find(source_id)->second.is_alive)
    [all...]
load_timing_observer.cc 73 LoadTimingObserver::GetURLRequestRecord(uint32 source_id) {
76 URLRequestToRecordMap::iterator it = url_request_to_record_.find(source_id);
112 uint32 source_id = request->net_log().source().id;
115 observer->GetURLRequestRecord(source_id);
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_DataTest.java 65 .with(RawContacts.SOURCE_ID, "source_id")
ContactsContract_GroupMembershipTest.java 84 .with(Groups.SOURCE_ID, "test_source_id")
115 .with(Groups.SOURCE_ID, "test_source_id")
ContactsContract_RawContactsTest.java 63 .with(RawContacts.SOURCE_ID, "source_id")
  /external/chromium/chrome/browser/resources/net_internals/
spdyview.js 118 var idCell = tablePrinter.addCell(session.source_id);
119 idCell.link = '#events&q=id:' + session.source_id;
  /external/chromium/chrome/browser/debugger/
devtools_netlog_observer.cc 245 uint32 source_id = request->net_log().source().id;
251 dev_tools_net_log_observer->GetResourceInfo(source_id);
260 uint32 source_id = request->net_log().source().id;
268 source_id);
  /external/bluetooth/glib/glib/
gmain.h 56 guint source_id; member in struct:_GSource
116 guint source_id);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
LegacyContactImporter.java 264 Groups.SOURCE_ID +
275 int SOURCE_ID = 9;
306 bindString(insert, GroupsInsert.SOURCE_ID, c.getString(GroupsQuery._SYNC_ID));
310 insert.bindNull(GroupsInsert.SOURCE_ID);
404 RawContacts.SOURCE_ID + "," +
420 int SOURCE_ID = 13;
562 bindString(insert, RawContactsInsert.SOURCE_ID, c.getString(PeopleQuery._SYNC_ID));
566 insert.bindNull(RawContactsInsert.SOURCE_ID);
    [all...]
ContactAggregator.java     [all...]
  /external/tcpdump/
print-isoclns.c 559 u_int8_t source_id[SYSTEM_ID_LEN]; member in struct:isis_iih_lan_header
568 u_int8_t source_id[SYSTEM_ID_LEN]; member in struct:isis_iih_ptp_header
585 u_int8_t source_id[NODE_ID_LEN]; member in struct:isis_csnp_header
592 u_int8_t source_id[NODE_ID_LEN]; member in struct:isis_psnp_header
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
SearchActivity.java 242 // If we're being launched with a source_id then just go to that particular thread.
246 if (u != null && u.getQueryParameter("source_id") != null) {
250 long sourceId = Long.parseLong(u.getQueryParameter("source_id"));
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebview.h 130 const gchar* source_id);
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactManager.java 128 // row for this contact so that the RawContacts.SOURCE_ID value
411 // record back from the server, we can set the SOURCE_ID property
721 + RawContacts.SOURCE_ID + "=?";
736 RawContacts.SOURCE_ID,
    [all...]
ContactOperations.java 105 mValues.put(RawContacts.SOURCE_ID, userId);
245 mValues.put(RawContacts.SOURCE_ID, serverId);
  /external/bluetooth/bluez/audio/
a2dp.c 85 guint source_id; member in struct:a2dp_setup_cb
201 if (cb->source_id)
202 g_source_remove(cb->source_id);
    [all...]
  /external/chromium/net/socket/
client_socket_pool_base.cc 575 int source_id = idle_socket->socket->NetLog().source().id; local
576 idle_socket_list->Append(Value::CreateIntegerValue(source_id));
583 int source_id = (*job)->net_log().source().id; local
584 connect_jobs_list->Append(Value::CreateIntegerValue(source_id));
    [all...]
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
GoogleSource.java 185 new String[] {Groups.TITLE, Groups.SOURCE_ID, Groups.SHOULD_SYNC},
  /packages/apps/Exchange/src/com/android/exchange/adapter/
ContactsSyncAdapter.java 76 private static final String SERVER_ID_SELECTION = RawContacts.SOURCE_ID + "=?";
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactLoader.java 514 RawContacts.SOURCE_ID,
586 public final static int SOURCE_ID = 21;
    [all...]

Completed in 535 milliseconds

1 2