Home
last modified time | relevance | path

Searched defs:notifyCellInfoForSubscriber (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/telephony/
DITelephonyRegistry.aidl75 void notifyCellInfoForSubscriber(in int subId, in List<CellInfo> cellInfo); in notifyCellInfoForSubscriber() method
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java1939 public void notifyCellInfoForSubscriber(int subId, List<CellInfo> cellInfo) { in notifyCellInfoForSubscriber() method in TelephonyRegistry