HomeSort by relevance Sort by last modified time
    Searched refs:AppState (Results 1 - 19 of 19) sorted by null

  /external/jmonkeyengine/engine/src/core/com/jme3/app/state/
AppStateManager.java 42 * The <code>AppStateManager</code> holds a list of {@link AppState}s which
44 * When an {@link AppState} is attached or detached, the
45 * {@link AppState#stateAttached(com.jme3.app.state.AppStateManager) } and
46 * {@link AppState#stateDetached(com.jme3.app.state.AppStateManager) } methods
49 * <p>The lifecycle for an attached AppState is as follows:</p>
73 private final SafeArrayList<AppState> initializing = new SafeArrayList<AppState>(AppState.class);
78 private final SafeArrayList<AppState> states = new SafeArrayList<AppState>(AppState.class);
    [all...]
AppState.java 39 * AppState represents a continously executing code inside the main loop.
40 * An <code>AppState</code> can track when it is attached to the
41 * {@link AppStateManager} or when it is detached. <br/><code>AppState</code>s
42 * are initialized in the render thread, upon a call to {@link AppState#initialize(com.jme3.app.state.AppStateManager, com.jme3.app.Application) }
43 * and are de-initialized upon a call to {@link AppState#cleanup()}.
45 * {@link AppState#isInitialized() } as specified above.<br/>
50 public interface AppState {
53 * Called to initialize the AppState.
67 * Enable or disable the functionality of the <code>AppState</code>.
69 * <code>AppState</code> starts as being enabled by default
    [all...]
AbstractAppState.java 43 public class AbstractAppState implements AppState {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccCardApplicationStatus.java 40 public enum AppState{
103 public AppState app_state;
132 public AppState AppStateFromRILInt(int state) {
133 AppState newState;
136 case 0: newState = AppState.APPSTATE_UNKNOWN; break;
137 case 1: newState = AppState.APPSTATE_DETECTED; break;
138 case 2: newState = AppState.APPSTATE_PIN; break;
139 case 3: newState = AppState.APPSTATE_PUK; break;
140 case 4: newState = AppState.APPSTATE_SUBSCRIPTION_PERSO; break;
141 case 5: newState = AppState.APPSTATE_READY; break
    [all...]
UiccCardApplication.java 29 import com.android.internal.telephony.uicc.IccCardApplicationStatus.AppState;
64 private AppState mAppState;
111 if (mAppState == AppState.APPSTATE_READY) {
129 AppState oldAppState = mAppState;
157 if (mAppState == AppState.APPSTATE_READY) {
413 mAppState = AppState.APPSTATE_UNKNOWN;
478 if (mAppState == AppState.APPSTATE_READY) {
482 loge("Sanity check failed! APPSTATE is ready while PIN1 is not verified!!!");
506 if (mAppState == AppState.APPSTATE_PIN ||
507 mAppState == AppState.APPSTATE_PUK)
    [all...]
IccRecords.java 31 import com.android.internal.telephony.uicc.IccCardApplicationStatus.AppState;
435 (parentApp.getState() == AppState.APPSTATE_READY)) {
SIMRecords.java 35 import com.android.internal.telephony.uicc.IccCardApplicationStatus.AppState;
    [all...]
IccCardProxy.java 47 import com.android.internal.telephony.uicc.IccCardApplicationStatus.AppState;
561 AppState appState = mUiccApplication.getState();
562 switch (appState) {
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/app/
SimpleApplication.java 34 import com.jme3.app.state.AppState;
103 public SimpleApplication( AppState... initialStates ) {
107 for (AppState a : initialStates) {
  /external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/
BulletAppState.java 8 import com.jme3.app.state.AppState;
21 public class BulletAppState implements AppState, PhysicsTickListener {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaConnection.java 37 import com.android.internal.telephony.uicc.IccCardApplicationStatus.AppState;
386 AppState uiccAppState = (app != null) ? app.getState() : AppState.APPSTATE_UNKNOWN;
394 && uiccAppState != AppState.APPSTATE_READY) {
CdmaMmiCode.java 23 import com.android.internal.telephony.uicc.IccCardApplicationStatus.AppState;
233 && mUiccApplication.getState() == AppState.APPSTATE_PUK) {
CdmaLteServiceStateTracker.java 25 import com.android.internal.telephony.uicc.IccCardApplicationStatus.AppState;
462 if (mUiccApplcation != null && mUiccApplcation.getState() == AppState.APPSTATE_READY &&
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmConnection.java 35 import com.android.internal.telephony.uicc.IccCardApplicationStatus.AppState;
350 AppState uiccAppState = (cardApp != null) ? cardApp.getState() :
351 AppState.APPSTATE_UNKNOWN;
357 } else if (uiccAppState != AppState.APPSTATE_READY) {
GsmMmiCode.java 24 import com.android.internal.telephony.uicc.IccCardApplicationStatus.AppState;
    [all...]
GsmServiceStateTracker.java 75 import com.android.internal.telephony.uicc.IccCardApplicationStatus.AppState;
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/cinematic/
Cinematic.java 36 import com.jme3.app.state.AppState;
61 public class Cinematic extends AbstractCinematicEvent implements AppState {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
ServiceStateTracker.java 56 import com.android.internal.telephony.uicc.IccCardApplicationStatus.AppState;
    [all...]
  /frameworks/base/docs/html/
gms_navtree_data.js 32 , null ], [ "com.google.android.gms.appstate", "reference/com/google/android/gms/appstate/package-summary.html", [ [ "Interfaces", null, [ [ "AppState", "reference/com/google/android/gms/appstate/AppState.html", null, null ], [ "AppStateManager.StateConflictResult", "reference/com/google/android/gms/appstate/AppStateManager.StateConflictResult.html", null, null ], [ "AppStateManager.StateDeletedResult", "reference/com/google/android/gms/appstate/AppStateManager.StateDeletedResult.html", null, null ], [ "AppStateManager.StateListResult", "reference/com/google/android/gms/appstate/AppStateManager.StateListResult.html", null, null ], [ "AppStateManager.StateLoadedResult", "reference/com/google/android/gms/appstate/AppStateManager.StateLoadedResult.html", null, null ], [ "AppStateManager.StateResult", "reference/com/google/android/gms/appstate/AppStateManager.StateResult.html", null, null ]
    [all...]

Completed in 179 milliseconds