OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:progressindication
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Phone/src/com/android/phone/
InCallUiState.java
304
private ProgressIndicationType
progressIndication
= ProgressIndicationType.NONE;
306
/** Sets the current
progressIndication
. */
308
progressIndication
= value;
311
/** Clears the current
progressIndication
. */
313
progressIndication
= ProgressIndicationType.NONE;
321
return
progressIndication
;
326
return (
progressIndication
!= ProgressIndicationType.NONE);
401
Log.d(TAG, " -
progressIndication
: " +
progressIndication
);
RespondViaSmsManager.java
238
//
progressIndication
feature), and have that state be
CallController.java
422
// That way, we'd update inCallUiState.
progressIndication
from
[
all
...]
InCallScreen.java
[
all
...]
Completed in 296 milliseconds