OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getVoiceOperatorNumeric
(Results
1 - 4
of
4
) sorted by null
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
ServiceStateTest.java
130
assertEquals("numeric", ss.
getVoiceOperatorNumeric
());
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
TelephonyEventLog.java
239
if (serviceState.
getVoiceOperatorNumeric
() != null) {
240
mVoiceOperatorNumeric = serviceState.
getVoiceOperatorNumeric
();
ServiceStateTracker.java
[
all
...]
/frameworks/base/telephony/java/android/telephony/
ServiceState.java
613
public String
getVoiceOperatorNumeric
() {
[
all
...]
Completed in 661 milliseconds