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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccCardApplicationStatus.java 101 public AppType app_type; field in class:IccCardApplicationStatus
217 sb.append("{").append(app_type).append(",").append(app_state);
221 if (app_type == AppType.APPTYPE_CSIM ||
222 app_type == AppType.APPTYPE_USIM ||
223 app_type == AppType.APPTYPE_ISIM) {
  /external/chromium_org/chrome/browser/ui/
browser.h 185 AppType app_type; member in struct:Browser::CreateParams
233 AppType app_type() const { return app_type_; } function in class:Browser
    [all...]
  /external/chromium_org/chrome/browser/sessions/
session_service.cc 345 AppType app_type) {
346 if (!should_track_changes_for_browser_type(type, app_type))
584 AppType app_type = browser->is_app() ? TYPE_APP : TYPE_NORMAL;
586 SetWindowType(browser->session_id(), browser->type(), app_type);
946 AppType app_type = window->app_name.empty() ? TYPE_NORMAL : TYPE_APP; local
1550 AppType app_type = browser->is_app() ? TYPE_APP : TYPE_NORMAL; local
    [all...]
  /hardware/ril/include/telephony/
ril.h 527 RIL_AppType app_type; member in struct:__anon33864
    [all...]

Completed in 680 milliseconds