OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:refreshResult
(Results
1 - 8
of
8
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccRefreshResponse.java
31
public int
refreshResult
; /* Sim Refresh result */
40
return "{" +
refreshResult
+ ", " + aid +", " + efId + "}";
IsimUiccRecords.java
355
switch (refreshResponse.
refreshResult
) {
RuimRecords.java
828
switch (refreshResponse.
refreshResult
) {
SIMRecords.java
[
all
...]
/packages/apps/Stk/src/com/android/stk/
StkAppService.java
344
state.
refreshResult
= args.getInt(AppInterface.REFRESH_RESULT);
346
CatLog.d(this, "Icc Refresh Result: "+ state.
refreshResult
);
347
if ((state.
refreshResult
== IccRefreshResponse.REFRESH_RESULT_INIT) ||
348
(state.
refreshResult
== IccRefreshResponse.REFRESH_RESULT_RESET)) {
353
if (state.
refreshResult
== IccRefreshResponse.REFRESH_RESULT_RESET) {
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
CatService.java
727
intent.putExtra(AppInterface.REFRESH_RESULT, iccRefreshState.
refreshResult
);
729
+ iccRefreshState.
refreshResult
);
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
RIL.java
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar
Completed in 104 milliseconds