/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...] |
/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);
|
/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 | 95 mAppType = as.app_type; 107 mIccFh = createIccFileHandler(as.app_type); 108 mIccRecords = createIccRecords(as.app_type, mContext, mCi); 128 mAppType = as.app_type; 141 mIccFh = createIccFileHandler(as.app_type); 142 mIccRecords = createIccRecords(as.app_type, c, ci); [all...] |
IccCardProxy.java | 219 log("updateQuietMode: QuietMode is " + mQuietMode + " (app_type=" [all...] |
/external/chromium_org/ui/app_list/ |
app_list_item.cc | 71 static const char* app_type = ""; local 72 return app_type;
|
/external/chromium_org/chrome/browser/ui/webui/ntp/ |
core_app_launcher_handler.cc | 31 extensions::Manifest::Type app_type) { 33 if (app_type == extensions::Manifest::TYPE_PLATFORM_APP) {
|
core_app_launcher_handler.h | 34 extensions::Manifest::Type 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;
|
/external/chromium_org/chrome/tools/mac_helpers/ |
infoplist_strings_util.mm | 160 const char* app_type = kAppType_Main; 167 app_type = optarg; 204 CHECK_ARG((strcmp(app_type, kAppType_Main) != 0 && 205 strcmp(app_type, kAppType_Helper) != 0), 238 if (strcmp(app_type, kAppType_Helper) == 0) {
|
/external/chromium_org/chrome/browser/sessions/ |
session_service.cc | 312 AppType app_type = browser->is_app() ? TYPE_APP : TYPE_NORMAL; 314 SetWindowType(browser->session_id(), browser->type(), app_type); 387 AppType app_type) { 388 if (!should_track_changes_for_browser_type(type, app_type)) 973 AppType app_type = window->app_name.empty() ? TYPE_NORMAL : TYPE_APP; local 1586 AppType app_type = browser->is_app() ? TYPE_APP : TYPE_NORMAL; local [all...] |
session_service.h | 146 AppType app_type); 415 AppType app_type);
|
/external/chromium_org/chrome/browser/ui/startup/ |
startup_browser_creator_impl.cc | 219 void RecordCmdLineAppHistogram(extensions::Manifest::Type app_type) { 222 app_type); [all...] |
/hardware/ril/libril/ |
ril.cpp | [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.app_1.3.1.R36x_v20100803.jar | |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.eclipse.equinox.app_1.3.100.v20130327-1442.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.eclipse.equinox.app_1.3.100.v20130327-1442.jar | |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
RIL.java | [all...] |
/hardware/ril/include/telephony/ |
ril.h | 620 RIL_AppType app_type; member in struct:__anon41628 [all...] |