Home
last modified time | relevance | path

Searched refs:specifiers (Results 1 – 12 of 12) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DNetworkScanRequestTrackerTest.java144 RadioAccessSpecifier[] specifiers = null; in testStartNetworkScan_requestWithNullSpecifier_shouldNeverScan() local
147 specifiers, in testStartNetworkScan_requestWithNullSpecifier_shouldNeverScan()
168 RadioAccessSpecifier[] specifiers = new RadioAccessSpecifier[]{}; in testStartNetworkScan_requestWithEmptySpecifier_shouldNeverScan() local
171 specifiers, in testStartNetworkScan_requestWithEmptySpecifier_shouldNeverScan()
195 RadioAccessSpecifier[] specifiers = new RadioAccessSpecifier[]{ in testStartNetworkScan_requestWithTooManySpecifiers_shouldNeverScan() local
217 specifiers, /* specifiers */ in testStartNetworkScan_requestWithTooManySpecifiers_shouldNeverScan()
251 RadioAccessSpecifier[] specifiers = new RadioAccessSpecifier[]{ in testStartNetworkScan_requestWithTooManyBands_shouldNeverScan() local
257 specifiers, /* specifiers */ in testStartNetworkScan_requestWithTooManyBands_shouldNeverScan()
283 RadioAccessSpecifier[] specifiers = new RadioAccessSpecifier[]{ in testStartNetworkScan_requestWithTooManyChannels_shouldNeverScan() local
289 specifiers, /* specifiers */ in testStartNetworkScan_requestWithTooManyChannels_shouldNeverScan()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioNetworkProxy.java642 public void setSystemSelectionChannels(int serial, List<RadioAccessSpecifier> specifiers) in setSystemSelectionChannels() argument
646 mNetworkProxy.setSystemSelectionChannels(serial, !specifiers.isEmpty(), in setSystemSelectionChannels()
647 specifiers.stream().map(RILUtils::convertToHalRadioAccessSpecifierAidl) in setSystemSelectionChannels()
651 serial, !specifiers.isEmpty(), specifiers.stream() in setSystemSelectionChannels()
655 mRadioProxy.setSystemSelectionChannels(serial, !specifiers.isEmpty(), in setSystemSelectionChannels()
656 specifiers.stream() in setSystemSelectionChannels()
681 ArrayList<android.hardware.radio.network.RadioAccessSpecifier> specifiers = in startNetworkScan() local
692 specifiers.add(rasInHalFormat); in startNetworkScan()
694 halRequest.specifiers = specifiers.stream().toArray( in startNetworkScan()
717 halRequest.specifiers.add(rasInHalFormat); in startNetworkScan()
[all …]
DNetworkResponse.java216 ArrayList<RadioAccessSpecifier> specifiers = new ArrayList<>(); in getSystemSelectionChannelsResponse() local
218 specifiers.add(RILUtils.convertHalRadioAccessSpecifier(specifier)); in getSystemSelectionChannelsResponse()
220 mRil.riljLog("getSystemSelectionChannelsResponse: from AIDL: " + specifiers); in getSystemSelectionChannelsResponse()
222 RadioResponse.sendMessageResponse(rr.mResult, specifiers); in getSystemSelectionChannelsResponse()
224 mRil.processResponseDone(rr, responseInfo, specifiers); in getSystemSelectionChannelsResponse()
DRadioResponse.java2684 ArrayList<RadioAccessSpecifier> specifiers = new ArrayList<>(); in getSystemSelectionChannelsResponse() local
2686 specifiers.add(RILUtils.convertHalRadioAccessSpecifier(specifier)); in getSystemSelectionChannelsResponse()
2688 mRil.riljLog("getSystemSelectionChannelsResponse: from HIDL: " + specifiers); in getSystemSelectionChannelsResponse()
2690 sendMessageResponse(rr.mResult, specifiers); in getSystemSelectionChannelsResponse()
2692 mRil.processResponseDone_1_6(rr, info, specifiers); in getSystemSelectionChannelsResponse()
DCommandsInterface.java2493 default void setSystemSelectionChannels(@NonNull List<RadioAccessSpecifier> specifiers, in setSystemSelectionChannels() argument
DPhone.java2857 public void setSystemSelectionChannels(List<RadioAccessSpecifier> specifiers, in setSystemSelectionChannels() argument
2859 mCi.setSystemSelectionChannels(specifiers, response); in setSystemSelectionChannels()
DRIL.java1684 public void setSystemSelectionChannels(@NonNull List<RadioAccessSpecifier> specifiers, in setSystemSelectionChannels() argument
1697 + " setSystemSelectionChannels= " + specifiers); in setSystemSelectionChannels()
1701 networkProxy.setSystemSelectionChannels(rr.mSerial, specifiers); in setSystemSelectionChannels()
/frameworks/base/telephony/java/android/telephony/
DNetworkScanRequest.java144 public NetworkScanRequest(int scanType, RadioAccessSpecifier[] specifiers, in NetworkScanRequest() argument
151 if (specifiers != null) { in NetworkScanRequest()
152 this.mSpecifiers = specifiers.clone(); in NetworkScanRequest()
DTelephonyManager.java16170 public void setSystemSelectionChannels(@NonNull List<RadioAccessSpecifier> specifiers, in setSystemSelectionChannels() argument
16173 Objects.requireNonNull(specifiers, "Specifiers must not be null."); in setSystemSelectionChannels()
16176 setSystemSelectionChannelsInternal(specifiers, executor, callback); in setSystemSelectionChannels()
16191 public void setSystemSelectionChannels(@NonNull List<RadioAccessSpecifier> specifiers) { in setSystemSelectionChannels() argument
16192 Objects.requireNonNull(specifiers, "Specifiers must not be null."); in setSystemSelectionChannels()
16193 setSystemSelectionChannelsInternal(specifiers, null, null); in setSystemSelectionChannels()
16197 private void setSystemSelectionChannelsInternal(@NonNull List<RadioAccessSpecifier> specifiers, in setSystemSelectionChannelsInternal() argument
16215 service.setSystemSelectionChannels(specifiers, getSubId(), aidlConsumer); in setSystemSelectionChannelsInternal()
/frameworks/base/cmds/idmap2/
DAndroid.bp65 "-readability-redundant-access-specifiers",
/frameworks/base/telephony/java/com/android/internal/telephony/
DITelephony.aidl2223 oneway void setSystemSelectionChannels(in List<RadioAccessSpecifier> specifiers, in setSystemSelectionChannels() argument
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...