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

  /external/chromium_org/ui/app_list/
app_list_item.cc 72 static const char* app_type = ""; local
73 return app_type;
  /bootable/recovery/
asn1_decoder.cpp 26 int app_type; member in struct:asn1_context
119 app_ctx->app_type = type & kMaskAppType;
137 return ctx->app_type;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccCardApplicationStatus.java 102 public AppType app_type; field in class:IccCardApplicationStatus
218 sb.append("{").append(app_type).append(",").append(app_state);
222 if (app_type == AppType.APPTYPE_CSIM ||
223 app_type == AppType.APPTYPE_USIM ||
224 app_type == AppType.APPTYPE_ISIM) {
  /external/chromium_org/chrome/browser/sessions/
session_service.cc 357 AppType app_type = browser->is_app() ? TYPE_APP : TYPE_NORMAL;
359 SetWindowType(browser->session_id(), browser->type(), app_type);
432 AppType app_type) {
433 if (!should_track_changes_for_browser_type(type, app_type))
1018 AppType app_type = window->app_name.empty() ? TYPE_NORMAL : TYPE_APP; local
1623 AppType app_type = browser->is_app() ? TYPE_APP : TYPE_NORMAL; local
    [all...]
  /hardware/ril/include/telephony/
ril.h 735 RIL_AppType app_type; member in struct:__anon21631
    [all...]

Completed in 353 milliseconds