OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:notifyServiceState
(Results
1 - 6
of
6
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneNotifier.java
30
public void
notifyServiceState
(Phone sender);
DefaultPhoneNotifier.java
60
public void
notifyServiceState
(Phone sender) {
67
mRegistry.
notifyServiceState
(ss);
PhoneStateIntentReceiver.java
89
("client must call
notifyServiceState
(int)");
133
public void
notifyServiceState
(int eventWhat) {
PhoneBase.java
658
mNotifier.
notifyServiceState
(this);
[
all
...]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
TestPhoneNotifier.java
36
public void
notifyServiceState
(Phone sender) {
/frameworks/base/services/java/com/android/server/
TelephonyRegistry.java
348
public void
notifyServiceState
(ServiceState state) {
349
if (!checkNotifyPermission("
notifyServiceState
()")){
Completed in 59 milliseconds