OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:notifyCellInfo
(Results
1 - 5
of
5
) 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);
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/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 671 milliseconds