OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:notifyCellLocation
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/telephony/java/com/android/internal/telephony/
PhoneNotifier.java
28
public void
notifyCellLocation
(Phone sender);
DefaultPhoneNotifier.java
149
public void
notifyCellLocation
(Phone sender) {
153
mRegistry.
notifyCellLocation
(data);
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
TestPhoneNotifier.java
35
public void
notifyCellLocation
(Phone sender) {
/frameworks/base/services/java/com/android/server/
TelephonyRegistry.java
469
public void
notifyCellLocation
(Bundle cellLocation) {
470
if (!checkNotifyPermission("
notifyCellLocation
()")) {
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GSMPhone.java
401
mNotifier.
notifyCellLocation
(this);
[
all
...]
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CDMAPhone.java
835
mNotifier.
notifyCellLocation
(this);
[
all
...]
Completed in 108 milliseconds