HomeSort by relevance Sort by last modified time
    Searched refs:app_id (Results 126 - 140 of 140) sorted by null

1 2 3 4 56

  /system/bt/bta/hl/
bta_hl_sdp.c 171 tBTA_HL_STATUS bta_hl_sdp_update (UINT8 app_id)
187 UNUSED(app_id);
  /system/bt/btif/src/
btif_hh.c     [all...]
  /system/bt/bta/dm/
bta_dm_int.h 808 UINT8 app_id; member in struct:__anon71726
986 UINT8 app_id; member in struct:__anon71734
998 UINT8 app_id; member in struct:__anon71735
    [all...]
bta_dm_act.c 67 static void bta_dm_policy_cback(tBTA_SYS_CONN_STATUS status, UINT8 id, UINT8 app_id, BD_ADDR peer_addr);
80 static void bta_dm_rm_cback(tBTA_SYS_CONN_STATUS status, UINT8 id, UINT8 app_id, BD_ADDR peer_addr);
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/opsworks/
layer1.py 565 def create_deployment(self, stack_id, command, app_id=None,
580 :type app_id: string
581 :param app_id: The app ID. This parameter is required for app
606 if app_id is not None:
607 params['AppId'] = app_id
    [all...]
  /device/google/contexthub/util/nanoapp_postprocess/
postprocess.c 433 .app_id = appId,
495 .app_id = appId,
  /external/chromium-trace/catapult/third_party/pipeline/pipeline/
pipeline.py 890 app_id = os.environ['APPLICATION_ID']
891 shard_index = app_id.find('~')
893 app_id = app_id[shard_index+1:]
897 'app_id': app_id,
900 'base_path': '%s.appspot.com%s' % (app_id, self.base_path),
903 'Pipeline %(status)s: App "%(app_id)s", %(class_path)s'
929 sender = '%s@%s.appspotmail.com' % (app_id, app_id)
    [all...]
  /system/bt/bta/av/
bta_av_aact.c     [all...]
  /device/google/contexthub/firmware/src/
appSec.c 309 .appId = aosp->app_id,
  /system/update_engine/
omaha_request_action_unittest.cc 85 "<app appid=\"" + app_id + "\" " +
100 "<app appid=\"" + app_id + "\" " +
129 string app_id = kTestAppId; member in struct:__anon73601::FakeUpdateResponse
    [all...]
  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
model.py 595 app_id = db.StringProperty(required=False, indexed=True) variable in class:MapreduceState
    [all...]
handlers.py     [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 375 milliseconds

1 2 3 4 56