/aosp_15_r20/packages/apps/Car/Launcher/app/src/com/android/car/carlauncher/homescreen/audio/ |
D | InCallModel.java | 223 @Call.CallState int callState = call.getDetails().getState(); in onCallAdded() local 289 void updateModelWithPhoneNumber(String number, @Call.CallState int callState) { in updateModelWithPhoneNumber() 302 @Call.CallState int callState) { in updateModelWithContact() 349 @Call.CallState int callState = call.getDetails().getState(); in handleActiveCall() local 364 updateModelWithPhoneNumber(callDetails.getNumber(), callState); in handleActiveCall() local 378 CharSequence title, @Call.CallState int callState) { in createPhoneCardContent()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/telephony/data/repository/ |
H A D | TelephonyRepositoryImplTest.kt | 71 fun callState() = in callState() method in com.android.systemui.telephony.data.repository.TelephonyRepositoryImplTest 73 val callState by collectLastValue(underTest.callState) in callState() constant
|
/aosp_15_r20/packages/apps/Dialer/java/com/android/incallui/ringtone/ |
D | DialerRingtoneManager.java | 64 public boolean shouldPlayRingtone(int callState, @Nullable Uri ringtoneUri) { in shouldPlayRingtone() 85 private int translateCallStateForCallWaiting(int callState) { in translateCallStateForCallWaiting() 107 public boolean shouldPlayCallWaitingTone(int callState) { in shouldPlayCallWaitingTone()
|
/aosp_15_r20/packages/services/Telecomm/src/com/android/server/telecom/ |
D | CallState.java | 146 public static boolean isTransitoryState(int callState) { in isTransitoryState() 165 public static boolean isIntermediateState(int callState) { in isIntermediateState() 175 public static String toString(int callState) { in toString()
|
/aosp_15_r20/frameworks/base/telephony/java/android/telephony/ims/ |
H A D | ImsExternalCallState.java | 91 @ExternalCallState int callState, int callType, boolean isCallheld) { in ImsExternalCallState() 103 boolean isPullable, @ExternalCallState int callState, int callType, in ImsExternalCallState() 128 @Nullable Uri localAddress, boolean isPullable, @ExternalCallState int callState, in ImsExternalCallState()
|
H A D | SrvccCall.java | 59 public SrvccCall(@NonNull String callId, @PreciseCallStates int callState, in SrvccCall()
|
/aosp_15_r20/packages/services/Car/service/src/com/android/car/audio/ |
D | CarVolume.java | 196 List<AudioAttributes> activePlaybackAttributes, int callState, in getSuggestedAudioContextAndSaveIfFound() 273 List<AudioAttributes> activePlaybackContext, int callState, in isAnyContextActive() 299 List<AudioAttributes> activeAttributes, int callState, in getActiveAttributes()
|
/aosp_15_r20/packages/apps/Car/Cluster/DirectRenderingCluster/src/android/car/cluster/ |
D | SelfRefreshDescriptionLiveData.java | 70 Integer callState = mStateLiveData.getValue(); in updateDescription() local 91 private String getCallInfoText(Context context, Integer callState, PhoneNumberInfo number, in getCallInfoText()
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/ |
D | HeadsetNativeInterface.java | 423 int callState, in cindResponse() 510 public boolean phoneStateChange(BluetoothDevice device, HeadsetCallState callState) { in phoneStateChange() 599 int callState, in cindResponseNative() 623 int callState, in phoneStateChangeNative()
|
D | HeadsetCallState.java | 44 int numActive, int numHeld, int callState, String number, int type, String name) { in HeadsetCallState()
|
D | HeadsetStateMachine.java | 515 protected void setAptxVoice(HeadsetCallState callState) { in setAptxVoice() 758 HeadsetCallState callState = (HeadsetCallState) message.obj; in processMessage() local 1047 HeadsetCallState callState = (HeadsetCallState) message.obj; in processMessage() local
|
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
H A D | ShadowTelephonyManager.java | 135 private int callState = CALL_STATE_IDLE; field in ShadowTelephonyManager 353 public void setCallState(int callState) { in setCallState() 361 public void setCallState(int callState, String incomingPhoneNumber) { in setCallState() 916 int callState = this.callState; in initTelephonyCallback() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/telephony/data/repository/ |
H A D | TelephonyRepository.kt | 46 @Annotation.CallState val callState: Flow<Int> constant 77 override val callState: Flow<Int> = conflatedCallbackFlow { in <lambda>() constant in com.android.systemui.telephony.data.repository.TelephonyRepositoryImpl
|
/aosp_15_r20/packages/services/Car/car-lib/src/android/car/oem/ |
D | OemCarAudioVolumeRequest.java | 85 int callState, in OemCarAudioVolumeRequest() 223 int callState = in.readInt(); in OemCarAudioVolumeRequest() local
|
/aosp_15_r20/packages/apps/Dialer/java/com/android/incallui/ |
D | VideoCallPresenter.java | 166 static boolean showIncomingVideo(int videoState, int callState) { in showIncomingVideo() 719 int callState, @SessionModificationState int sessionModificationState) { in updateFullscreenAndGreenScreenMode() 893 int callState, in showVideoUi()
|
D | CallCardPresenter.java | 341 int callState = DialerCallState.IDLE; in onStateChange() local 1042 private boolean shouldShowEndCallButton(DialerCall primary, int callState) { in shouldShowEndCallButton()
|
D | StatusBarNotifier.java | 128 private int callState = DialerCallState.INVALID; field in StatusBarNotifier 282 final int callState = call.getState(); in buildAndSendNotification() local
|
/aosp_15_r20/cts/tests/tests/telecom-cuj/src/android/telecom/cts/cuj/ |
H A D | BaseAppVerifier.java | 241 public void setCallState(AppControlWrapper appControl, String id, int callState) in setCallState() 245 public void setCallStateAndVerify(AppControlWrapper appControl, String id, int callState) in setCallStateAndVerify()
|
/aosp_15_r20/cts/tests/tests/telecom-apps/Utils/src/android/telecom/cts/apps/ |
H A D | BaseAppVerifierImpl.java | 277 public void setCallState(AppControlWrapper appControl, String id, int callState) in setCallState() 282 public void setCallStateAndVerify(AppControlWrapper appControl, String id, int callState) in setCallStateAndVerify()
|
/aosp_15_r20/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/ |
H A D | TelephonyStateListeners.java | 76 public void onPreciseCallStateChanged(PreciseCallState callState) { in onPreciseCallStateChanged() 101 int newState, String which, PreciseCallState callState) { in processCallState()
|
/aosp_15_r20/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/ |
H A D | ImsExternalCallStateTest.java | 40 int callState = ImsExternalCallState.CALL_STATE_CONFIRMED; in parcelUnparcel() local
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/telephony/domain/interactor/ |
D | TelephonyInteractor.java | 19 private final kotlinx.coroutines.flow.Flow<java.lang.Integer> callState = null; field in TelephonyInteractor
|
/aosp_15_r20/packages/services/Iwlan/test/com/google/android/iwlan/ |
D | IwlanDataServiceTest.java | 2066 private void sendCallStateChangedEvent(int callState, int slotIndex) { in sendCallStateChangedEvent() 2073 private void sendCallStateChangedEvent(int callState) { in sendCallStateChangedEvent() 2077 private void mockCallState(int callState) { in mockCallState()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/telephony/domain/interactor/ |
H A D | TelephonyInteractor.kt | 34 @Annotation.CallState val callState: Flow<Int> = repository.callState constant in com.android.systemui.telephony.domain.interactor.TelephonyInteractor
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/telephony/data/repository/ |
D | TelephonyRepositoryImpl.java | 40 private final kotlinx.coroutines.flow.Flow<java.lang.Integer> callState = null; field in TelephonyRepositoryImpl
|