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

  /external/chromium_org/chrome/browser/ui/webui/print_preview/
sticky_settings.h 40 void StoreAppState(const std::string& app_state);
  /external/chromium_org/chrome/browser/sync/test/integration/
sync_app_helper.cc 61 // Load all the app specific values for |id| into |app_state|.
64 AppState* app_state) {
66 app_state->app_launch_ordinal = prefs->app_sorting()->GetAppLaunchOrdinal(id);
67 app_state->page_ordinal = prefs->app_sorting()->GetPageOrdinal(id);
68 app_state->launch_type = extensions::GetLaunchTypePrefValue(prefs, id);
72 app_state->launch_web_url =
74 app_state->description = extension->description();
75 app_state->name = extension->name();
76 app_state->from_bookmark = extension->from_bookmark();
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccCardApplicationStatus.java 103 public AppState app_state; field in class:IccCardApplicationStatus
104 // applicable only if app_state == RIL_APPSTATE_SUBSCRIPTION_PERSO
218 sb.append("{").append(app_type).append(",").append(app_state);
219 if (app_state == AppState.APPSTATE_SUBSCRIPTION_PERSO) {
UiccCardApplication.java 96 mAppState = as.app_state;
133 mAppState = as.app_state;
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/launcher/
browser_status_monitor.cc 148 ChromeLauncherController::AppState app_state) {
154 if (app_state == ChromeLauncherController::APP_STATE_REMOVED ||
156 launcher_controller_->UpdateAppState(contents, app_state);
browser_status_monitor.h 52 ChromeLauncherController::AppState app_state);
chrome_launcher_controller.h 275 void UpdateAppState(content::WebContents* contents, AppState app_state);
chrome_launcher_controller.cc     [all...]
  /hardware/ril/include/telephony/
ril.h 736 RIL_AppState app_state; member in struct:__anon21631
    [all...]
  /hardware/ril/libril/
ril.cpp     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
RIL.java     [all...]

Completed in 242 milliseconds