Home
last modified time | relevance | path

Searched refs:ONSProfileSelectionCallback (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/services/AlternativeNetworkAccess/tests/src/com/android/ons/
H A DONSProfileSelectorTest.java69 MyONSProfileSelector.ONSProfileSelectionCallback mONSProfileSelectionCallback =
70 new MyONSProfileSelector.ONSProfileSelectionCallback() {
245 new MyONSProfileSelector.ONSProfileSelectionCallback() { in testStartProfileSelectionSuccess()
332 new MyONSProfileSelector.ONSProfileSelectionCallback() { in testStartProfileSelectionWithDifferentPrioritySubInfo()
392 new MyONSProfileSelector.ONSProfileSelectionCallback() { in testStartProfileSelectionWithActivePrimarySimOnESim()
438 new MyONSProfileSelector.ONSProfileSelectionCallback() { in testselectProfileForDataWithNoOpportunsticSub()
470 new MyONSProfileSelector.ONSProfileSelectionCallback() { in testselectProfileForDataWithInActiveSub()
503 new MyONSProfileSelector.ONSProfileSelectionCallback() { in testselectProfileForDataWithInvalidSubId()
541 new MyONSProfileSelector.ONSProfileSelectionCallback() { in testselectProfileForDataWithValidSub()
593 new MyONSProfileSelector.ONSProfileSelectionCallback() { in testStartProfileSelectionSuccessWithSameArgumentsAgain()
[all …]
/aosp12/packages/services/AlternativeNetworkAccess/src/com/android/ons/
H A DONSProfileSelector.java98 private ONSProfileSelectionCallback mProfileSelectionCallback;
212 public interface ONSProfileSelectionCallback { interface in ONSProfileSelector
252 public ONSProfileSelector(Context c, ONSProfileSelectionCallback profileSelectionCallback) { in ONSProfileSelector()
902 protected void init(Context c, ONSProfileSelectionCallback profileSelectionCallback) { in init()
H A DOpportunisticNetworkService.java91 private ONSProfileSelector.ONSProfileSelectionCallback mProfileSelectionCallback =
92 new ONSProfileSelector.ONSProfileSelectionCallback() {