OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isIdle
(Results
1 - 11
of
11
) sorted by null
/frameworks/base/telephony/java/com/android/internal/telephony/
ITelephony.aidl
121
boolean
isIdle
();
Call.java
106
*
isIdle
111
public boolean
isIdle
() {
CallManager.java
497
boolean hasBgCall = ! (activePhone.getBackgroundCall().
isIdle
());
710
boolean hasBgCall = !(activePhone.getBackgroundCall().
isIdle
());
[
all
...]
/packages/apps/Phone/src/com/android/phone/
PhoneUtils.java
138
if (!fgCall.
isIdle
()) {
153
if (!bgCall.
isIdle
()) {
333
if (!ringing.
isIdle
()) {
336
} else if (!fg.
isIdle
()) {
339
} else if (!bg.
isIdle
()) {
418
if (!ringingCall.
isIdle
()) {
424
if (!fgCall.
isIdle
()) {
714
if (heldCall.
isIdle
()) {
[
all
...]
PhoneInterfaceManager.java
288
if (
isIdle
()) {
360
final boolean hasRingingCall = !mPhone.getRingingCall().
isIdle
();
362
final boolean hasActiveCall = !mPhone.getForegroundCall().
isIdle
();
363
final boolean hasHoldingCall = !mPhone.getBackgroundCall().
isIdle
();
415
public boolean
isIdle
() {
/frameworks/base/telephony/java/com/android/internal/telephony/sip/
SipPhoneBase.java
452
} else if (getForegroundCall().
isIdle
()
453
&& getBackgroundCall().
isIdle
()) {
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaCallTracker.java
256
if (!foregroundCall.
isIdle
()) {
449
!(foregroundCall.
isIdle
() && backgroundCall.
isIdle
())) {
[
all
...]
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmCallTracker.java
389
!(foregroundCall.
isIdle
() && backgroundCall.
isIdle
())) {
/packages/apps/Contacts/src/com/android/contacts/dialpad/
DialpadFragment.java
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragment.java
[
all
...]
/frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindowManager.java
[
all
...]
Completed in 261 milliseconds