Searched refs:indexes (Results 1 – 8 of 8) sorted by relevance
38 ; * 14496-2. Furthermore, indexes 6 to 9 indicate the
26 …072?hl=en" class="external-link" target="_blank">Googlebot</a>), which crawls and indexes web sites92 file. When Googlebot indexes your app content, your app might make HTTP
346 <h3 id="DefineConstants">Define constants for the Cursor column indexes</h3>350 for the indexes of the {@link android.database.Cursor} columns, because the indexes are555 Define constants for the Cursor column indexes.558 the projection is the same, so you can use the same indexes for the Cursor.753 Define constants for the Cursor column indexes.757 same column indexes as well.
548 * column indexes in the Cursor. The index is
98 * Get the column indexes of the data in the Cursor,
224 related. Android Beam file transfer indexes the media files it transfers by running Media
2145 int indexes = src.readInt(); in readHistoryDelta() local2146 int wakeLockIndex = indexes&0xffff; in readHistoryDelta()2147 int wakeReasonIndex = (indexes>>16)&0xffff; in readHistoryDelta()