HomeSort by relevance Sort by last modified time
    Searched defs:app_state (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/ui/ash/launcher/
browser_launcher_item_controller.cc 307 ChromeLauncherController::AppState app_state; local
311 app_state = ChromeLauncherController::APP_STATE_REMOVED;
314 app_state = ChromeLauncherController::APP_STATE_WINDOW_ACTIVE;
316 app_state = ChromeLauncherController::APP_STATE_ACTIVE;
318 app_state = ChromeLauncherController::APP_STATE_INACTIVE;
320 launcher_controller()->UpdateAppState(tab, app_state);
  /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:__anon33890
529 RIL_PersoSubstate perso_substate; /* applicable only if app_state ==
    [all...]

Completed in 329 milliseconds