OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RIL_REQUEST_GET_IMEISV
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/telephony/java/com/android/internal/telephony/
RILConstants.java
193
int
RIL_REQUEST_GET_IMEISV
= 39;
/hardware/ril/libril/
ril_commands.h
56
{
RIL_REQUEST_GET_IMEISV
, dispatchVoid, responseString},
ril.cpp
[
all
...]
/hardware/ril/include/telephony/
ril.h
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
RIL.java
900
RILRequest rr = RILRequest.obtain(
RIL_REQUEST_GET_IMEISV
, result);
[
all
...]
Completed in 28 milliseconds