HomeSort by relevance Sort by last modified time
    Searched full:app_id (Results 51 - 75 of 106) sorted by null

1 23 4 5

  /external/chromium/chrome/browser/extensions/
extension_install_ui.cc 69 // with |app_id|. If a NTP already exists on the active |browser|, this will
72 void ShowAppInstalledAnimation(Browser* browser, const std::string& app_id) {
86 "%s/#app-id=%s", chrome::kChromeUINewTabURL, app_id.c_str());
  /external/chromium/chrome/browser/profiles/
profile_io_data.h 71 const std::string& app_id) const;
191 const std::string& app_id) const = 0;
200 const std::string& app_id) const = 0;
  /external/bluetooth/bluedroid/bta/hl/
bta_hl_api.c 105 ** Parameters app_id - Application ID
113 void BTA_HlRegister(UINT8 app_id,
122 p_buf->app_id = app_id;
bta_hl_int.h 243 UINT8 app_id; member in struct:__anon2086
502 UINT8 app_id; member in struct:__anon2108
725 extern BOOLEAN bta_hl_find_app_idx(UINT8 app_id, UINT8 *p_app_idx);
765 extern BOOLEAN bta_hl_is_a_duplicate_id(UINT8 app_id);
773 extern BOOLEAN bta_hl_is_cong_on(UINT8 app_id, BD_ADDR bd_addr, tBTA_HL_MDL_ID mdl_id)
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_ag_co.h 67 BTA_API extern void bta_ag_co_audio_state(UINT16 handle, UINT8 app_id, UINT8 state);
bta_pan_api.h 63 UINT8 app_id; /* application id */ member in struct:__anon2321
bta_hh_api.h 130 UINT8 app_id; /* corresponding application ID */ member in struct:__anon2234
446 UINT8 sub_class, UINT8 app_id,
bta_hl_api.h 436 UINT8 app_id; member in struct:__anon2273
664 ** Parameters app_id - hdp application ID
672 BTA_API extern void BTA_HlRegister(UINT8 app_id,
  /external/chromium/chrome/browser/ui/
browser_init.cc 450 const std::string& app_id,
456 extensions_service->GetExtensionById(app_id, false);
458 // The extension with id |app_id| may have been uninstalled.
749 std::string* app_id) {
756 if (app_id)
757 *app_id = command_line_.GetSwitchValueASCII(switches::kAppId);
764 std::string app_id; local
769 if (!IsAppLaunch(NULL, &app_id) || app_id.empty())
774 if (!GetAppLaunchContainer(profile, app_id, &extension, &launch_container)
788 std::string url_string, app_id; local
    [all...]
browser_init_browsertest.cc 37 void SetAppLaunchPref(const std::string& app_id,
40 service->extension_prefs()->SetLaunchType(app_id, launch_type);
  /external/chromium/chrome/browser/sync/glue/
session_model_associator_unittest.cc 86 tab_s.set_extension_app_id("app_id");
99 ASSERT_EQ("app_id", tab.extension_app_id);
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/
main.py 28 'app_id': 'INSERT APPLICATION ID HERE',
51 'appid': CONFIG['app_id'],
  /frameworks/base/core/java/android/provider/
UserDictionary.java 91 public static final String APP_ID = "appid";
175 values.put(APP_ID, 0); // TODO: Get App UID
  /frameworks/base/packages/WAPPushManager/tests/res/layout/
main.xml 23 android:id="@+id/app_id"
75 android:text="input app_id, cont_type, pkg, cls"
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_int.h 169 UINT8 app_id; member in struct:__anon1915
280 UINT8 app_id; /* application id */ member in struct:__anon1924
352 UINT8 app_id, BD_ADDR peer_addr);
bta_ag_cmd.c 832 val.hdr.app_id = p_scb->app_id;
867 val.hdr.app_id = p_scb->app_id;
    [all...]
  /external/bluetooth/bluedroid/bta/av/
bta_av_api.c 114 void BTA_AvRegister(tBTA_AV_CHNL chnl, const char *p_service_name, UINT8 app_id)
132 p_buf->app_id = app_id;
  /external/bluetooth/bluedroid/btif/co/
bta_dm_co.c 194 tBTA_CODEC_INFO * p_codec_type, UINT8 app_id)
205 (app_id == BTUI_DM_SCO_4_HS_APP_ID && btui_cfg.hs_sco_over_hci) ||
208 (app_id != BTUI_DM_SCO_4_HS_APP_ID && btui_cfg.ag_sco_over_hci ))
bta_ag_co.c 75 void bta_ag_co_audio_state(UINT16 handle, UINT8 app_id, UINT8 state)
  /external/chromium/base/win/
win_util.h 66 const wchar_t* app_id);
  /external/chromium/chrome/browser/ui/web_applications/
web_app_ui.cc 240 std::wstring app_id = ShellIntegration::GetAppId( local
256 app_id.c_str());
  /packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
DictionaryBackupAgent.java 71 Words.APP_ID,
238 cv.put(Words.APP_ID, appidInt);
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_int.h 645 UINT8 app_id; member in struct:__anon2016
810 UINT8 app_id; member in struct:__anon2024
822 UINT8 app_id; member in struct:__anon2025
  /external/oprofile/libpp/
callgraph_container.cpp 533 image_name_id app_id = image_names.create(app_name); local
536 app_id, debug_info);
538 callee_image_id, app_id, debug_info);
  /external/bluetooth/bluedroid/btif/src/
btif_storage.c 124 /* <18 char bd addr> <space>LIST <attr_mask> <space> > <sub_class> <space> <app_id> <space>
904 uint8_t app_id; local
    [all...]

Completed in 962 milliseconds

1 23 4 5