OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notifyPhoneStateChanged
(Results
1 - 5
of
5
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhoneBase.java
182
/* package */ void
notifyPhoneStateChanged
() {
189
* in the precise call state are needed, else use
notifyPhoneStateChanged
.
527
notifyPhoneStateChanged
();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaCallTracker.java
469
mPhone.
notifyPhoneStateChanged
();
[
all
...]
CDMAPhone.java
915
/*package*/ void
notifyPhoneStateChanged
() {
922
* in the precise call state are needed, else use
notifyPhoneStateChanged
.
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmCallTracker.java
425
mPhone.
notifyPhoneStateChanged
();
[
all
...]
GSMPhone.java
377
/*package*/ void
notifyPhoneStateChanged
() {
384
* in the precise call state are needed, else use
notifyPhoneStateChanged
.
[
all
...]
Completed in 183 milliseconds