HomeSort by relevance Sort by last modified time
    Searched refs:notifyCellLocation (Results 1 - 7 of 7) sorted by null

  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneNotifier.java 28 public void notifyCellLocation(Phone sender);
ITelephonyRegistry.aidl 40 void notifyCellLocation(in Bundle cellLocation);
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/cdma/
CDMAPhone.java 835 mNotifier.notifyCellLocation(this);
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GSMPhone.java 401 mNotifier.notifyCellLocation(this);
    [all...]

Completed in 201 milliseconds