OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CALL_STATE_IDLE
(Results
1 - 25
of
37
) sorted by null
1
2
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetHalConstants.java
66
final static int
CALL_STATE_IDLE
= 6;
HeadsetPhoneState.java
44
private int mCallState = HeadsetHalConstants.
CALL_STATE_IDLE
;
HeadsetStateMachine.java
[
all
...]
/packages/apps/DeskClock/src/com/android/deskclock/
TimerRingService.java
51
if (state != TelephonyManager.
CALL_STATE_IDLE
128
!= TelephonyManager.
CALL_STATE_IDLE
) {
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmService.java
89
if (state != TelephonyManager.
CALL_STATE_IDLE
&& state != mInitialCallState) {
108
boolean inCall = mInitialCallState != TelephonyManager.
CALL_STATE_IDLE
;
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardSecurityModel.java
73
|| monitor.getPhoneState() != TelephonyManager.
CALL_STATE_IDLE
;
KeyguardViewBase.java
124
mTelephonyManager.getCallState() != TelephonyManager.
CALL_STATE_IDLE
) {
KeyguardFaceUnlockView.java
239
if (monitor.getPhoneState() == TelephonyManager.
CALL_STATE_IDLE
KeyguardUpdateMonitor.java
700
mPhoneState = TelephonyManager.
CALL_STATE_IDLE
;
[
all
...]
KeyguardViewMediator.java
355
if (TelephonyManager.
CALL_STATE_IDLE
== phoneState // call ending
[
all
...]
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertAudio.java
150
if (state != TelephonyManager.
CALL_STATE_IDLE
333
!= TelephonyManager.
CALL_STATE_IDLE
) {
/packages/services/Telephony/src/com/android/phone/
BluetoothPhoneService.java
[
all
...]
/cts/tests/tests/telephony/src/android/telephony/cts/
TelephonyManagerTest.java
136
assertTrue(mTelephonyManager.getCallState() >= TelephonyManager.
CALL_STATE_IDLE
);
/frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneFallbackEventHandler.java
95
if (getTelephonyManager().getCallState() != TelephonyManager.
CALL_STATE_IDLE
) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DefaultPhoneNotifier.java
197
return TelephonyManager.
CALL_STATE_IDLE
;
/frameworks/base/telephony/java/android/telephony/
TelephonyManager.java
226
* {@link #
CALL_STATE_IDLE
}.
[
all
...]
/frameworks/base/services/java/com/android/server/
TelephonyRegistry.java
92
private int mCallState = TelephonyManager.
CALL_STATE_IDLE
;
680
if (state == TelephonyManager.
CALL_STATE_IDLE
) {
/packages/apps/Dialer/src/com/android/dialer/dialpad/
DialpadFragment.java
263
if ((state == TelephonyManager.
CALL_STATE_IDLE
) && dialpadChooserVisible()) {
[
all
...]
/packages/apps/Dialer/src/com/android/dialer/
CallDetailActivity.java
418
if (tm.getCallState() == TelephonyManager.
CALL_STATE_IDLE
) {
[
all
...]
DialtactsActivity.java
[
all
...]
/frameworks/base/media/java/android/media/
MediaFocusControl.java
446
|| (state == TelephonyManager.
CALL_STATE_IDLE
)) {
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
NetworkController.java
69
int mPhoneState = TelephonyManager.
CALL_STATE_IDLE
;
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragment.java
[
all
...]
/hardware/ti/wpan/tools/FM/service/src/java/com/ti/server/
StubFmService.java
252
} else if (state == TelephonyManager.
CALL_STATE_IDLE
) {
255
Log.d(TAG, "onCallStateChanged:
CALL_STATE_IDLE
) ");
[
all
...]
/prebuilts/sdk/11/
android.jar
Completed in 850 milliseconds
1
2