HomeSort by relevance Sort by last modified time
    Searched full:callerid (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/tests/coretests/src/android/net/
UriMatcherTest.java 38 static final int CALLERID = 11;
57 matcher.addURI("caller-id", null, CALLERID);
78 matcher.addURI("caller-id", null, CALLERID);
102 check("content://caller-id", CALLERID, matcher);
  /external/webkit/Source/WebKit/chromium/src/
DebuggerAgentManager.cpp 62 explicit CallerIdWrapper(int callerId)
64 , m_callerId(callerId) { }
67 int callerId() const { return m_callerId; }
185 DebuggerAgentImpl* debuggerAgent = debuggerAgentForHostId(wrapper->callerId());
237 void DebuggerAgentManager::executeDebuggerCommand(const WTF::String& command, int callerId)
239 sendCommandToV8(command, new CallerIdWrapper(callerId));
DebuggerAgentManager.h 72 static void executeDebuggerCommand(const WTF::String& command, int callerId);
WebDevToolsAgentImpl.cpp 310 void WebDevToolsAgent::executeDebuggerCommand(const WebString& command, int callerId)
312 DebuggerAgentManager::executeDebuggerCommand(command, callerId);
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java 344 String callerID = null;
350 callerID = name;
352 callerID = number;
356 return callerID;
  /packages/apps/Mms/src/com/android/mms/data/
Contact.java 385 * treated as matched CallerId. E164 format number must fully equal.
    [all...]

Completed in 297 milliseconds