OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notifyCellInfo
(Results
1 - 8
of
8
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneNotifier.java
50
public void
notifyCellInfo
(Phone sender, List<CellInfo> cellInfo);
DefaultPhoneNotifier.java
169
public void
notifyCellInfo
(Phone sender, List<CellInfo> cellInfo) {
171
mRegistry.
notifyCellInfo
(cellInfo);
ServiceStateTracker.java
412
mPhoneBase.
notifyCellInfo
(list);
PhoneBase.java
954
public void
notifyCellInfo
(List<CellInfo> cellInfo) {
955
mNotifier.
notifyCellInfo
(this, cellInfo);
[
all
...]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
TestPhoneNotifier.java
67
public void
notifyCellInfo
(Phone sender, List<CellInfo> cellInfo) {
/frameworks/base/telephony/java/com/android/internal/telephony/
ITelephonyRegistry.aidl
43
void
notifyCellInfo
(in List<CellInfo> cellInfo);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaLteServiceStateTracker.java
477
mPhoneBase.
notifyCellInfo
(arrayCi);
498
mPhoneBase.
notifyCellInfo
(arrayCi);
/frameworks/base/services/java/com/android/server/
TelephonyRegistry.java
397
public void
notifyCellInfo
(List<CellInfo> cellInfo) {
398
if (!checkNotifyPermission("
notifyCellInfo
()")) {
408
Slog.d(TAG, "
notifyCellInfo
: mCellInfo=" + mCellInfo + " r=" + r);
Completed in 52 milliseconds