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

  /frameworks/base/core/tests/coretests/src/android/net/
UriMatcherTest.java 37 static final int CALLERID = 11;
59 check("content://caller-id", CALLERID);
80 mURLMatcher.addURI("caller-id", null, CALLERID);
  /external/webkit/WebKit/chromium/src/
DebuggerAgentManager.cpp 61 explicit CallerIdWrapper(int callerId)
63 , m_callerId(callerId) { }
66 int callerId() const { return m_callerId; }
181 DebuggerAgentImpl* debuggerAgent = debuggerAgentForHostId(wrapper->callerId());
244 void DebuggerAgentManager::executeDebuggerCommand(const String& command, int callerId)
246 sendCommandToV8(command, new CallerIdWrapper(callerId));
DebuggerAgentManager.h 68 static void executeDebuggerCommand(const WebCore::String& command, int callerId);
WebDevToolsAgentImpl.cpp 540 void WebDevToolsAgent::executeDebuggerCommand(const WebString& command, int callerId)
542 DebuggerAgentManager::executeDebuggerCommand(command, callerId);
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java 316 String callerID = null;
322 callerID = name;
324 callerID = number;
328 return callerID;
  /external/bluetooth/bluez/audio/
telephony-maemo5.c 96 #define CALLERID_BASE "/var/lib/bluetooth/maemo-callerid-"
97 #define ALLOWED_FLAG_FILE "/var/lib/bluetooth/maemo-callerid-allowed"
98 #define RESTRICTED_FLAG_FILE "/var/lib/bluetooth/maemo-callerid-restricted"
99 #define NONE_FLAG_FILE "/var/lib/bluetooth/maemo-callerid-none"
101 static uint32_t callerid = 0; variable
646 uint32_t flags = callerid;
    [all...]
telephony-maemo6.c 72 #define CALLERID_BASE "/var/lib/bluetooth/maemo-callerid-"
73 #define ALLOWED_FLAG_FILE "/var/lib/bluetooth/maemo-callerid-allowed"
74 #define RESTRICTED_FLAG_FILE "/var/lib/bluetooth/maemo-callerid-restricted"
75 #define NONE_FLAG_FILE "/var/lib/bluetooth/maemo-callerid-none"
77 static uint32_t callerid = 0; variable
606 uint32_t flags = callerid;
    [all...]

Completed in 6059 milliseconds