HomeSort by relevance Sort by last modified time
    Searched refs:app_id (Results 151 - 175 of 269) sorted by null

1 2 3 4 5 67 8 91011

  /frameworks/base/packages/WAPPushManager/src/com/android/smspush/
WapPushManager.java 115 * @param app_id application ID to look up
119 String app_id, String content_type) {
123 + " where x_wap_application=\'" + app_id + "\'"
177 public int processMessage(String app_id, String content_type, Intent intent)
179 Log.d(LOG_TAG, "wpman processMsg " + app_id + ":" + content_type);
183 WapPushManDBHelper.queryData lastapp = dbh.queryLastApp(db, app_id, content_type);
187 Log.w(LOG_TAG, "no receiver app found for " + app_id + ":" + content_type);
  /external/bluetooth/bluedroid/bta/av/
bta_av_main.c 160 app_id, BD_ADDR peer_addr);
161 static void bta_av_sys_rs_cback (tBTA_SYS_CONN_STATUS status,UINT8 id, UINT8 app_id, BD_ADDR peer_addr);
483 registr.app_id = p_data->api_reg.app_id;
495 p_scb->app_id = registr.app_id;
828 static void bta_av_sys_rs_cback (tBTA_SYS_CONN_STATUS status,UINT8 id, UINT8 app_id, BD_ADDR peer_addr)
845 APPL_TRACE_DEBUG3("new_role:%d, hci_status:x%x hndl: x%x", id, app_id, p_scb->hndl);
847 if ((id != BTM_ROLE_MASTER) && (app_id != HCI_SUCCESS))
855 p_buf->hci_status = app_id;
    [all...]
  /external/chromium/chrome/browser/net/
chrome_url_request_context.h 220 const std::string& app_id);
237 const std::string& app_id);
  /external/chromium_org/base/test/
test_shortcut_win.cc 131 EXPECT_TRUE(properties.app_id.empty());
134 EXPECT_EQ(properties.app_id, pv_app_id.get().pwszVal);
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
sync_notifier_test_utils.cc 75 const std::string& app_id,
103 coalesced_notification->set_app_id(app_id);
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_view_delegate.cc 98 const std::string& app_id,
104 service->GetInstalledExtension(app_id);
apps_model_builder.h 83 // Returns the index of the application app with |app_id| in |model_|. If
85 int FindApp(const std::string& app_id);
  /external/chromium_org/chrome/browser/ui/app_list/search/
app_result.cc 25 const std::string& app_id,
28 app_id_(app_id),
webstore_result.cc 30 const std::string& app_id,
35 app_id_(app_id),
app_result.h 35 const std::string& app_id,
  /external/chromium_org/chrome/browser/ui/tabs/
pinned_tab_codec.cc 26 static const char kAppID[] = "app_id";
46 value->SetString(kAppID, tab.app_id);
97 if (value.GetString(kAppID, &(tab->app_id)))
  /external/chromium_org/ui/app_list/views/
app_list_main_view.cc 191 const std::string& app_id,
194 delegate_->GetShortcutPathForApp(app_id, callback);
  /external/bluetooth/bluedroid/bta/include/
bta_dm_co.h 155 tBTA_CODEC_INFO *p_codec_info, UINT8 app_id);
  /external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_app_data.cc 48 // Save |raw_icon| for given |app_id|.
188 void Start(const std::string& app_id,
194 app_id,
249 const std::string& app_id,
253 app_id_(app_id),
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator_impl.h 90 // e.g. --app=http://www.google.com/ or --app_id=... return true.
91 // In this case |app_url| or |app_id| are populated if they're non-null.
92 bool IsAppLaunch(std::string* app_url, std::string* app_id);
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_api.c 354 UINT8 app_id, tBTA_HH_DEV_DSCP_INFO dscp_info)
371 p_buf->app_id = app_id;
bta_hh_int.h 151 UINT8 app_id; member in struct:__anon2987
252 UINT8 app_id; /* application ID for this connection */ member in struct:__anon2993
367 UINT8 sub_class, UINT16 max_latency, UINT16 min_tout, UINT8 app_id);
  /external/chromium_org/chrome/browser/ui/ash/launcher/
launcher_context_menu.cc 130 std::string app_id = controller_->GetAppIDForLauncherID(item_.id); local
131 if (!app_id.empty()) {
134 app_id, string16(), &index);
  /external/chromium_org/chrome/browser/ui/extensions/
extension_install_ui_default.cc 156 const std::string& app_id) {
163 content::Details<const std::string>(&app_id));
176 content::Details<const std::string>(&app_id));
  /external/bluetooth/bluedroid/bta/hl/
bta_hl_main.c 613 status = bta_hl_app_update(p_data->api_update.app_id, p_data->api_update.is_register);
619 evt_data.dereg_cfm.app_id = p_data->api_update.app_id;
649 evt_data.reg_cfm.app_id = p_data->api_update.app_id;
691 if (!bta_hl_is_a_duplicate_id(p_data->api_reg.app_id))
697 p_acb->app_id = p_data->api_reg.app_id;
739 evt_data.reg_cfm.app_id = p_data->api_reg.app_id;
    [all...]
  /external/chromium_org/chrome/browser/google_apis/
gdata_wapi_parser.h 92 const std::string& app_id() const { return app_id_; } function in class:google_apis::Link
100 void set_app_id(const std::string& app_id) { app_id_ = app_id; }
111 // the link.rel field. Outputs to |app_id| and returns true when |rel| has a
113 static bool GetAppID(const base::StringPiece& rel, std::string* app_id);
700 const std::string& app_id() const { return app_id_; } function in class:google_apis::InstalledApp
756 void set_app_id(const std::string& app_id) { app_id_ = app_id; }
gdata_wapi_requests.cc 112 void ParseOpenLinkAndRun(const std::string& app_id,
130 // Look for the link to open the file with the app with |app_id|.
135 if (link.type() == Link::LINK_OPEN_WITH && link.app_id() == app_id) {
434 const std::string& app_id)
436 base::Bind(&ParseOpenLinkAndRun, app_id, callback)),
439 app_id_(app_id) {
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_cmd.c 832 val.hdr.app_id = p_scb->app_id;
867 val.hdr.app_id = p_scb->app_id;
    [all...]
bta_ag_int.h 169 UINT8 app_id; member in struct:__anon2816
280 UINT8 app_id; /* application id */ member in struct:__anon2825
352 UINT8 app_id, BD_ADDR peer_addr);
  /external/bluetooth/bluedroid/btif/include/
btif_storage.h 237 UINT8 app_id, UINT16 vendor_id,

Completed in 1074 milliseconds

1 2 3 4 5 67 8 91011