OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isIdle
(Results
1 - 19
of
19
) sorted by null
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptProfiler.h
83
static void setIdle(bool
isIdle
);
ScriptProfiler.cpp
314
void ScriptProfiler::setIdle(bool
isIdle
)
318
profiler->SetIdle(
isIdle
);
/frameworks/base/telephony/java/com/android/internal/telephony/
ITelephony.aidl
125
boolean
isIdle
();
/external/okhttp/src/main/java/com/squareup/okhttp/
Connection.java
237
public boolean
isIdle
() {
238
return spdyConnection == null || spdyConnection.
isIdle
();
246
return
isIdle
() && System.nanoTime() - getIdleStartTimeNs() > keepAliveDurationNs;
ConnectionPool.java
98
} else if (connection.
isIdle
()) {
106
if (connection.
isIdle
()) {
/packages/services/Telephony/src/com/android/phone/
PhoneUtils.java
187
if (!fgCall.
isIdle
()) {
202
if (!bgCall.
isIdle
()) {
384
if (bg != null && !bg.
isIdle
()) {
387
if (fg != null && !fg.
isIdle
()) {
390
if (ringing != null && !ringing.
isIdle
()) {
413
if (!ringing.
isIdle
()) {
416
} else if (!fg.
isIdle
()) {
419
} else if (!bg.
isIdle
()) {
498
if (!ringingCall.
isIdle
()) {
504
if (!fgCall.
isIdle
()) {
[
all
...]
PhoneInterfaceManager.java
331
if (
isIdle
()) {
387
final boolean hasRingingCall = !mPhone.getRingingCall().
isIdle
();
389
final boolean hasActiveCall = !mPhone.getForegroundCall().
isIdle
();
390
final boolean hasHoldingCall = !mPhone.getBackgroundCall().
isIdle
();
442
public boolean
isIdle
() {
[
all
...]
/device/generic/goldfish/camera/
EmulatedFakeCamera3.h
220
bool
isIdle
();
222
// Wait until
isIdle
is true
EmulatedFakeCamera3.cpp
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
Call.java
108
*
isIdle
113
public boolean
isIdle
() {
CallManager.java
527
boolean hasBgCall = ! (activePhone.getBackgroundCall().
isIdle
());
757
boolean hasBgCall = !(activePhone.getBackgroundCall().
isIdle
());
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhoneBase.java
518
} else if (getForegroundCall().
isIdle
()
519
&& getBackgroundCall().
isIdle
()) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaCallTracker.java
259
if (!mForegroundCall.
isIdle
()) {
452
!(mForegroundCall.
isIdle
() && mBackgroundCall.
isIdle
())) {
[
all
...]
/external/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
SpdyConnection.java
145
public synchronized boolean
isIdle
() {
/frameworks/base/telephony/java/android/telephony/
TelephonyManager.java
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmCallTracker.java
410
!(mForegroundCall.
isIdle
() && mBackgroundCall.
isIdle
())) {
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.jobs_3.5.1.R36x_v20100824.jar
org.mortbay.jetty.server_6.1.23.v201004211559.jar
/frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindowManager.java
[
all
...]
Completed in 550 milliseconds