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

  /frameworks/base/telephony/java/com/android/internal/telephony/
IWapPushManager.aidl 35 int app_type, boolean need_signature, boolean further_processing);
43 int app_type, boolean need_signature, boolean further_processing);
  /external/chromium_org/chrome/browser/ui/webui/ntp/
core_app_launcher_handler.h 34 extensions::Manifest::Type app_type);
core_app_launcher_handler.cc 32 extensions::Manifest::Type app_type) {
34 if (app_type == extensions::Manifest::TYPE_PLATFORM_APP) {
  /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) {
UiccCardApplication.java 97 mAppType = as.app_type;
109 mIccFh = createIccFileHandler(as.app_type);
110 mIccRecords = createIccRecords(as.app_type, mContext, mCi);
131 mAppType = as.app_type;
144 mIccFh = createIccFileHandler(as.app_type);
145 mIccRecords = createIccRecords(as.app_type, c, ci);
    [all...]
  /frameworks/base/packages/WAPPushManager/src/com/android/smspush/
WapPushManager.java 81 + "app_type INTEGER, "
125 "app_type", "need_signature", "further_processing"},
139 ret.appType = cur.getInt(cur.getColumnIndex("app_type"));
231 protected boolean appTypeCheck(int app_type) {
232 if (app_type == WapPushManagerParams.APP_TYPE_ACTIVITY ||
233 app_type == WapPushManagerParams.APP_TYPE_SERVICE) {
245 int app_type, boolean need_signature, boolean further_processing) {
253 if (!appTypeCheck(app_type)) {
254 Log.w(LOG_TAG, "invalid app_type " + app_type + ". app_type must be
    [all...]
  /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;
  /external/chromium_org/ui/app_list/
app_list_item.cc 72 static const char* app_type = ""; local
73 return app_type;
  /external/chromium_org/chrome/browser/sessions/
session_service.h 147 AppType app_type);
416 AppType app_type);
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...]
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator_impl.cc 215 void RecordCmdLineAppHistogram(extensions::Manifest::Type app_type) {
218 app_type);
    [all...]
  /hardware/ril/include/telephony/
ril.h 735 RIL_AppType app_type; member in struct:__anon42544
    [all...]
  /hardware/ril/libril/
ril.cpp     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
RIL.java     [all...]

Completed in 495 milliseconds