OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/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
);
/external/bluetooth/bluez/audio/
telephony-maemo5.c
97
#define CALLERID_BASE "/var/lib/bluetooth/maemo-
callerid
-"
98
#define ALLOWED_FLAG_FILE "/var/lib/bluetooth/maemo-
callerid
-allowed"
99
#define RESTRICTED_FLAG_FILE "/var/lib/bluetooth/maemo-
callerid
-restricted"
100
#define NONE_FLAG_FILE "/var/lib/bluetooth/maemo-
callerid
-none"
102
static uint32_t
callerid
= 0;
variable
636
uint32_t flags =
callerid
;
[
all
...]
/frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java
343
String
callerID
= null;
349
callerID
= name;
351
callerID
= number;
355
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 345 milliseconds