HomeSort by relevance Sort by last modified time
    Searched refs:app_type (Results 1 - 16 of 16) 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 30 extensions::Manifest::Type app_type) {
32 if (app_type == extensions::Manifest::TYPE_PLATFORM_APP) {
  /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) {
UiccCardApplication.java 86 mAppType = as.app_type;
97 mIccFh = createIccFileHandler(as.app_type);
98 mIccRecords = createIccRecords(as.app_type, mContext, mCi);
118 mAppType = as.app_type;
130 mIccFh = createIccFileHandler(as.app_type);
131 mIccRecords = createIccRecords(as.app_type, c, ci);
  /frameworks/base/packages/WAPPushManager/src/com/android/smspush/
WapPushManager.java 81 + "app_type INTEGER, "
121 + " app_type, need_signature, further_processing"
135 ret.appType = cur.getInt(cur.getColumnIndex("app_type"));
227 protected boolean appTypeCheck(int app_type) {
228 if (app_type == WapPushManagerParams.APP_TYPE_ACTIVITY ||
229 app_type == WapPushManagerParams.APP_TYPE_SERVICE) {
241 int app_type, boolean need_signature, boolean further_processing) {
249 if (!appTypeCheck(app_type)) {
250 Log.w(LOG_TAG, "invalid app_type " + app_type + ". app_type must be
    [all...]
  /external/chromium_org/ui/app_list/
app_list_item_model.cc 80 static const char* app_type = ""; local
81 return app_type;
  /external/chromium_org/chrome/browser/sessions/
session_service.h 146 AppType app_type);
414 AppType app_type);
session_service.cc 311 AppType app_type = browser->is_app() ? TYPE_APP : TYPE_NORMAL;
313 SetWindowType(browser->session_id(), browser->type(), app_type);
363 AppType app_type) {
364 if (!should_track_changes_for_browser_type(type, app_type))
949 AppType app_type = window->app_name.empty() ? TYPE_NORMAL : TYPE_APP; local
1553 AppType app_type = browser->is_app() ? TYPE_APP : TYPE_NORMAL; local
    [all...]
  /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...]
browser.cc 253 app_type(APP_TYPE_HOST),
265 app_type(APP_TYPE_HOST),
283 params.app_type = APP_TYPE_CHILD;
335 app_type_(params.app_type),
    [all...]
  /hardware/ril/include/telephony/
ril.h 527 RIL_AppType app_type; member in struct:__anon32062
    [all...]
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator_impl.cc 237 void RecordCmdLineAppHistogram(extensions::Manifest::Type app_type) {
240 app_type);
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view.cc     [all...]
  /hardware/ril/libril/
ril.cpp     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
RIL.java     [all...]

Completed in 270 milliseconds