HomeSort by relevance Sort by last modified time
    Searched refs:sourceId (Results 1 - 25 of 62) sorted by null

1 2 3

  /frameworks/base/core/java/android/webkit/
ConsoleMessage.java 42 public ConsoleMessage(String message, String sourceId, int lineNumber, MessageLevel msgLevel) {
44 mSourceId = sourceId;
57 public String sourceId() {
WebChromeClient.java 357 * @param sourceID The name of the source file that caused the error.
362 public void onConsoleMessage(String message, int lineNumber, String sourceID) { }
373 consoleMessage.sourceId());
  /packages/apps/TV/src/com/android/tv/tuner/ts/
TsParser.java 245 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) {
255 Log.d(TAG, String.format("onETTParsed sourceId: %d, descriptions.size(): %d",
256 sourceId, descriptions.size()));
261 mSourceIdToVctItemDescriptionMap.put(sourceId, item.text);
262 VctItem vctItem = mSourceIdToVctItemMap.get(sourceId);
275 EventSourceEntry entry = new EventSourceEntry(mPid, sourceId);
    [all...]
SectionParser.java 331 void onEitParsed(int sourceId, List<EitItem> items);
332 void onEttParsed(int sourceId, List<EttItem> descriptions);
362 int sourceId = mParsedEttItems.keyAt(i);
364 mListener.onEttParsed(sourceId, descriptions);
575 int sourceId = ((data[pos + 28] & 0xff) << 8) | (data[pos + 29] & 0xff);
606 programNumber, majorNumber, minorNumber, sourceId));
626 int sourceId = ((data[3] & 0xff) << 8) | (data[4] & 0xff);
681 mListener.onEitParsed(sourceId, results);
695 int sourceId = ((data[9] & 0xff) << 8) | (data[10] & 0xff);
698 List<EttItem> ettItems = mParsedEttItems.get(sourceId);
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactLookupKey.java 66 String accountName, long rawContactId, String sourceId,
77 if (sourceId == null) {
83 if (appendEscapedSourceId(lookupKey, sourceId)) {
89 private static boolean appendEscapedSourceId(StringBuilder sb, String sourceId) {
93 int index = sourceId.indexOf('.', start);
95 sb.append(sourceId, start, sourceId.length());
100 sb.append(sourceId, start, index);
DataRowHandlerForGroupMembership.java 167 final String sourceId = values.getAsString(GroupMembership.GROUP_SOURCE_ID);
168 final long groupId = getOrMakeGroup(db, rawContactId, sourceId,
176 * Returns the group id of the group with sourceId and the same account as rawContactId.
181 * @param sourceId the source ID of the group to query or create
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;
228 // look up the group that contains this sourceId and has the same account as the contac
    [all...]
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityCache.java 165 final long sourceId = event.getSourceNodeId();
168 clearSubTreeLocked(windowId, sourceId);
170 refreshCachedNodeLocked(windowId, sourceId);
191 private void refreshCachedNodeLocked(int windowId, long sourceId) {
200 AccessibilityNodeInfo cachedInfo = nodes.get(sourceId);
210 clearSubTreeLocked(windowId, sourceId);
301 final long sourceId = info.getSourceNodeId();
302 AccessibilityNodeInfo oldInfo = nodes.get(sourceId);
312 if (nodes.get(sourceId) == null) {
340 nodes.put(sourceId, clone)
    [all...]
AccessibilityNodeInfo.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
CommandDetails.java 94 public int sourceId;
ValueParser.java 71 devIds.sourceId = rawValue[valueIndex] & 0xff;
CatService.java 698 private void eventDownload(int event, int sourceId, int destinationId,
720 buf.write(sourceId); // source device id
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ProfileAggregator.java 54 String accountName, long rawContactId, String sourceId, String displayName) {
AbstractContactAggregator.java     [all...]
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
BinaryHprofWriter.java 240 int sourceId = writeString(stackFrame.getFileName());
247 writeId(sourceId);
  /frameworks/base/core/java/android/security/net/config/
XmlConfigSource.java 197 int sourceId = parser.getAttributeResourceValue(null, "src", -1);
203 if (sourceId != -1) {
204 // TODO: Cache ResourceCertificateSources by sourceId
205 source = new ResourceCertificateSource(sourceId, mContext);
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
BaseContactsProvider2Test.java 197 protected long createGroup(Account account, String sourceId, String title) {
198 return createGroup(account, sourceId, title, 1, false, false);
201 protected long createGroup(Account account, String sourceId, String title, int visible) {
202 return createGroup(account, sourceId, title, visible, false, false);
210 protected long createGroup(Account account, String sourceId, String title,
213 values.put(Groups.SOURCE_ID, sourceId);
400 protected Uri insertGroupMembership(long rawContactId, String sourceId) {
404 values.put(GroupMembership.GROUP_SOURCE_ID, sourceId);
695 protected long assertSingleGroup(Long rowId, Account account, String sourceId, String title) {
699 long actualRowId = assertGroup(c, rowId, account, sourceId, title)
    [all...]
  /external/webrtc/webrtc/modules/audio_device/win/
audio_mixer_manager_win.cc 146 UINT sourceId(0);
158 for (sourceId = 0; sourceId < destLine.cConnections; sourceId++)
160 GetSourceLineInfo(mixId, destId, sourceId, sourceLine, true);
319 for (DWORD sourceId = 0; sourceId < destLine.cConnections; sourceId++)
321 GetSourceLineInfo(mixId, destId, sourceId, sourceLine, false);
327 WideToUTF8(sourceLine.szName), sourceId);
    [all...]
  /packages/apps/Email/provider_src/com/android/email/service/
EmailServiceStub.java 164 long sourceId = Utility.getFirstRowLong(mContext, Body.CONTENT_URI,
168 if (sourceId != -1) {
170 EmailContent.Message.restoreMessageWithId(mContext, sourceId);
  /packages/apps/TV/src/com/android/tv/tuner/data/
PsipData.java 168 int programNumber, int majorChannelNumber, int minorChannelNumber, int sourceId) {
176 mSourceId = sourceId;
215 + "ProgramNumber:%d %d-%d SourceId: %x",
  /packages/apps/TV/src/com/android/tv/tuner/exoplayer/
ExoPlayerSampleExtractor.java 87 public void onLoadError(int sourceId, IOException e) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
AudioFrequencyUnprocessedActivity.java 297 private void playerToggleButton(int buttonId, int sourceId) {
301 playerSetSource(sourceId);
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationViewFragment.java 425 consoleMessage.sourceId(), consoleMessage.lineNumber(),
429 consoleMessage.sourceId(), consoleMessage.lineNumber(),
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-swf-libraries/1.11.18/
aws-java-sdk-swf-libraries-1.11.18.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 637 milliseconds

1 2 3