OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:app_state
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccCardApplicationStatus.java
102
public AppState
app_state
;
field in class:IccCardApplicationStatus
103
// applicable only if
app_state
== RIL_APPSTATE_SUBSCRIPTION_PERSO
217
sb.append("{").append(app_type).append(",").append(
app_state
);
218
if (
app_state
== AppState.APPSTATE_SUBSCRIPTION_PERSO) {
/hardware/ril/include/telephony/
ril.h
503
when
app_state
is assigned to this value */
528
RIL_AppState
app_state
;
member in struct:__anon32062
529
RIL_PersoSubstate perso_substate; /* applicable only if
app_state
==
[
all
...]
Completed in 2389 milliseconds