OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notifyCellInfoForSubscriber
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/telephony/java/com/android/internal/telephony/
ITelephonyRegistry.aidl
66
void
notifyCellInfoForSubscriber
(in int subId, in List<CellInfo> cellInfo);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
TelephonyRegistryMock.java
296
public void
notifyCellInfoForSubscriber
(int subId, List<CellInfo> cellInfo) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DefaultPhoneNotifier.java
231
mRegistry.
notifyCellInfoForSubscriber
(subId, cellInfo);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DefaultPhoneNotifierTest.java
132
verify(mTelephonyRegisteryMock).
notifyCellInfoForSubscriber
(eq(0),
/frameworks/base/services/core/java/com/android/server/
TelephonyRegistry.java
[
all
...]
/external/robolectric/v3/runtime/
android-all-5.0.0_r2-robolectric-1.jar
android-all-5.1.1_r9-robolectric-1.jar
Completed in 70 milliseconds