/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/telephony/ |
H A D | BluetoothInCallServiceTest.java | 246 ArrayList<BluetoothCall> calls = new ArrayList<>(); in testListCurrentCallsOneCall() local 299 ArrayList<BluetoothCall> calls = new ArrayList<>(); in testListCurrentCallsSilentRinging() local 438 ArrayList<BluetoothCall> calls = new ArrayList<>(); in testListCurrentCallsCdmaConference() local 487 ArrayList<BluetoothCall> calls = new ArrayList<>(); in testWaitingCallClccResponse() local 514 ArrayList<BluetoothCall> calls = new ArrayList<>(); in testNewCallClccResponse() local 532 ArrayList<BluetoothCall> calls = new ArrayList<>(); in testRingingCallClccResponse() local 556 ArrayList<BluetoothCall> calls = new ArrayList<>(); in testCallClccCache() local 597 ArrayList<BluetoothCall> calls = new ArrayList<>(); in testAlertingCallClccResponse() local 621 ArrayList<BluetoothCall> calls = new ArrayList<>(); in testHoldingCallClccResponse() local 657 ArrayList<BluetoothCall> calls = new ArrayList<>(); in testListCurrentCallsImsConference() local [all …]
|
/aosp12/packages/providers/CallLogProvider/tests/src/com/android/calllogbackup/ |
H A D | CallLogBackupAgentTest.java | 162 List<Call> calls = new LinkedList<>(); in testRunBackup_NoCalls() local 173 List<Call> calls = new LinkedList<>(); in testRunBackup_OneNewCall() local 185 List<Call> calls = new LinkedList<>(); in testRunBackup_MultipleCall() local 207 List<Call> calls = new LinkedList<>(); in testRunBackup_PartialMultipleCall() local
|
/aosp12/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/ |
H A D | ReadWriteDraftMessageActionTest.java | 75 final ArrayList<StubActionServiceCallLog> calls = mService.getCalls(); in testWriteDraft() local 134 final ArrayList<StubActionServiceCallLog> calls = mService.getCalls(); in testReadDraft() local 199 final ArrayList<StubActionServiceCallLog> calls = mService.getCalls(); in testReadDraftForNewConversation() local 235 final ArrayList<StubActionServiceCallLog> calls = mService.getCalls(); in testWriteAndReadDraft() local 292 final ArrayList<StubActionServiceCallLog> calls = mService.getCalls(); in testUpdateDraft() local
|
H A D | GetOrCreateConversationActionTest.java | 70 ArrayList<StubActionServiceCallLog> calls = mService.getCalls(); in testGetOrCreateConversation() local
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/ril/ |
H A D | _call_forward_query_info_list_v10.md | 28 ### calls subsection
|
H A D | _call_forward_query_info_list_v11.md | 28 ### calls subsection
|
H A D | _call_info_list_v10.md | 28 ### calls subsection
|
H A D | _call_info_list_v11.md | 28 ### calls subsection
|
H A D | _emergency_info_list_v10.md | 28 ### calls subsection
|
H A D | _emergency_info_list_v11.md | 28 ### calls subsection
|
/aosp12/system/update_engine/update_manager/ |
H A D | update_manager_unittest.cc | 256 vector<pair<EvalStatus, UpdateCheckParams>> calls; in TEST_F() local 273 vector<pair<EvalStatus, UpdateCheckParams>> calls; in TEST_F() local 303 vector<pair<EvalStatus, UpdateCheckParams>> calls; in TEST_F() local
|
/aosp12/art/test/701-easy-div-rem/ |
H A D | genMain.py | 48 decls, calls = '', {} variable
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/telephony/ |
H A D | BluetoothInCallService.java | 579 Collection<BluetoothCall> calls = mCallInfo.getBluetoothCalls(); in sendListOfCalls() local 1033 List<BluetoothCall> calls = new ArrayList<>(); in getBluetoothCallsByIds() local 1077 List<BluetoothCall> calls = getBluetoothCalls(); in getCallByStates() local 1087 List<BluetoothCall> calls = getBluetoothCalls(); in getCallByState() local 1098 List<BluetoothCall> calls = getBluetoothCalls(); in getNumHeldCalls() local 1108 List<BluetoothCall> calls = getBluetoothCalls(); in hasOnlyDisconnectedCalls() local
|
/aosp12/frameworks/base/core/tests/benchmarks/src/android/util/ |
H A D | StreamsBenchmark.java | 43 private SparseIntArray calls; field in StreamsBenchmark
|
/aosp12/packages/apps/Dialer/java/com/android/incallui/ |
H A D | ConferenceManagerFragment.java | 74 final CallList calls = CallList.getInstance(); in onResume() local
|
H A D | ConferenceManagerPresenter.java | 115 ArrayList<DialerCall> calls = new ArrayList<>(currentCall.getChildCallIds().size()); in update() local
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/ |
H A D | hfp_hf_call_manager.cpp | 54 std::vector<HandsFreeUnitCalls> calls; in GetCurrentCalls() local
|
/aosp12/frameworks/base/tools/protologtool/src/com/android/protolog/tool/ |
H A D | ViewerConfigBuilder.kt | 54 val calls = mutableListOf<Pair<LogCall, ParsingContext>>() regex
|
/aosp12/frameworks/native/libs/binder/tests/ |
H A D | IBinderRpcTest.aidl | 34 void nestMe(IBinderRpcTest binder, int calls); in nestMe()
|
/aosp12/packages/providers/CallLogProvider/src/com/android/calllogbackup/ |
H A D | CallLogBackupAgent.java | 193 void runBackup(CallLogBackupState state, BackupDataOutput data, Iterable<Call> calls) { in runBackup() 228 List<Call> calls = new LinkedList<>(); in getAllCallLogEntries() local
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | CallManager.java | 1755 private Call getFirstNonIdleCall(List<Call> calls) { in getFirstNonIdleCall() 1769 private Call getFirstNonIdleCall(List<Call> calls, int subId) { in getFirstNonIdleCall() 1971 private Call getFirstActiveCall(ArrayList<Call> calls) { in getFirstActiveCall() 1983 private Call getFirstActiveCall(ArrayList<Call> calls, int subId) { in getFirstActiveCall() 1996 private Call getFirstCallOfState(ArrayList<Call> calls, Call.State state) { in getFirstCallOfState() 2008 private Call getFirstCallOfState(ArrayList<Call> calls, Call.State state, in getFirstCallOfState()
|
/aosp12/frameworks/rs/script_api/ |
H A D | GenerateRSFunctionsList.cpp | 456 static void generateTestCall(GeneratedFile* file, ostringstream* calls, in generateTestCall() 520 ostringstream calls; in generateApiTesterFile() local
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/ |
H A D | HfpClientDeviceBlock.java | 78 List<BluetoothHeadsetClientCall> calls = mHeadsetProfile.getCurrentCalls(mDevice); in HfpClientDeviceBlock() local
|
/aosp12/frameworks/base/services/robotests/backup/src/com/android/server/backup/ |
H A D | TransportManagerTest.java | 637 List<String> calls = new ArrayList<>(); in testForEachRegisteredTransport() local 651 List<String> calls = new ArrayList<>(); in testForEachRegisteredTransport_whenNoTransportsRegistered() local
|
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
H A D | ContactsDatabaseHelperUpgradeTest.java | 133 TableStructure calls = new TableStructure(mDb, "calls"); in upgradeTo1109() local
|