OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notifyCellLocation
(Results
1 - 7
of
7
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneNotifier.java
32
public void
notifyCellLocation
(Phone sender);
DefaultPhoneNotifier.java
158
public void
notifyCellLocation
(Phone sender) {
162
mRegistry.
notifyCellLocation
(data);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
TestPhoneNotifier.java
39
public void
notifyCellLocation
(Phone sender) {
/frameworks/base/telephony/java/com/android/internal/telephony/
ITelephonyRegistry.aidl
41
void
notifyCellLocation
(in Bundle cellLocation);
/frameworks/base/services/java/com/android/server/
TelephonyRegistry.java
143
TelephonyRegistry.this.
notifyCellLocation
(mCellLocation);
562
public void
notifyCellLocation
(Bundle cellLocation) {
563
if (!checkNotifyPermission("
notifyCellLocation
()")) {
572
Slog.d(TAG, "
notifyCellLocation
: mCellLocation=" + mCellLocation
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMAPhone.java
934
mNotifier.
notifyCellLocation
(this);
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GSMPhone.java
417
mNotifier.
notifyCellLocation
(this);
[
all
...]
Completed in 772 milliseconds