HomeSort by relevance Sort by last modified time
    Searched refs:sub_id (Results 1 - 13 of 13) sorted by null

  /tools/test/connectivity/acts/framework/acts/test_utils/tel/
tel_voice_utils.py 313 sub_id,
328 sub_id: subscription id.
361 log, ad, sub_id, RAT_FAMILY_WLAN,
425 def phone_setup_data_for_subscription(log, ad, sub_id, network_generation):
426 """Setup Phone <sub_id> Data to <network_generation>
431 sub_id: subscription id
444 sub_id,
453 """Setup Phone default data sub_id data to 4G.
466 def phone_setup_4g_for_subscription(log, ad, sub_id):
467 """Setup Phone <sub_id> Data to 4G
    [all...]
tel_subscription_utils.py 45 # If default_voice_sim_slot_index is set in config file, then use sub_id
47 # is not set, then use default voice sub_id as default_outgoing_sub_id.
58 # If default_message_sim_slot_index is set in config file, then use sub_id
60 # is not set, then use default Sms sub_id as outgoing_message_sub_id.
71 # If default_data_sim_slot_index is set in config file, then use sub_id
73 # is not set, then use default Data sub_id as default_data_sub_id.
173 def set_subid_for_data(ad, sub_id, time_to_sleep=WAIT_TIME_CHANGE_DATA_SUB_ID):
178 sub_id: subscription id (integer)
184 if ad.droid.subscriptionGetDefaultDataSubId() != sub_id:
185 ad.droid.subscriptionSetDefaultDataSubId(sub_id)
    [all...]
tel_test_utils.py 201 sub_id = get_sub_id_by_adb(ad)
213 device_props = {'subscription': {sub_id: sim_record}}
214 ad.log.info("subId %s SIM record: %s", sub_id, sim_record)
240 for sub_id, sub_info in ad.cfg["subscription"].items():
241 sub_info["operator"] = get_operator_name(log, ad, sub_id)
277 """ Update Android Device cfg records for each sub_id.
290 sub_id = sub_info["subscriptionId"]
294 sub_id)
304 sub_id)
309 sub_id)
    [all...]
tel_video_utils.py 73 """Setup phone default sub_id to make video call
83 True if ad (default sub_id) is setup correctly and idle for video call.
92 sub_id,
94 """Setup phone sub_id to make video call
99 sub_id: ad's sub id.
105 True if ad (sub_id) is setup correctly and idle for video call.
120 return phone_idle_video_for_subscription(log, ad, sub_id)
124 """Return if phone (default sub_id) is idle for video call.
137 def phone_idle_video_for_subscription(log, ad, sub_id):
138 """Return if phone (sub_id) is idle for video call
    [all...]
tel_data_utils.py 464 sub_id = get_subid_from_slot_index(log, ad, sim_slot)
465 ad.log.info("Change Data to subId: %s, SIM slot: %s", sub_id, sim_slot)
466 set_subid_for_data(ad, sub_id)
467 if not wait_for_data_attach_for_subscription(log, ad, sub_id,
469 ad.log.error("Failed to attach data on subId:%s", sub_id)
  /external/syslinux/core/lwip/src/core/snmp/
asn1_enc.c 144 s32_t sub_id; local
158 sub_id = *ident;
160 sub_id >>= 7;
162 while(sub_id > 0)
164 sub_id >>= 7;
490 s32_t sub_id; local
494 sub_id = *ident;
501 code = (u8_t)(sub_id >> shift);
523 *msg_ptr = (u8_t)sub_id & 0x7F;
asn1_dec.c 510 s32_t sub_id = 0; local
515 sub_id = (sub_id << 7) + (*msg_ptr & ~0x80);
535 sub_id = (sub_id << 7) + *msg_ptr;
536 *oid_ptr = sub_id;
  /tools/test/connectivity/acts/tests/google/tel/etc/
manage_sim.py 62 sub_id = sub_info['subscriptionId']
65 plmn_id = droid.telephonyGetSimOperatorForSubscription(sub_id)
79 phone_num = droid.telephonyGetLine1NumberForSubscription(sub_id)
  /external/syslinux/core/lwip/src/include/lwip/
snmp_structs.h 213 s32_t (*ident_cmp)(void* addr_inf, u8_t level, u16_t idx, s32_t sub_id);
214 void (*get_objid)(void* addr_inf, u8_t level, u16_t idx, s32_t *sub_id);
  /tools/test/connectivity/acts/tests/google/tel/live/
TelLiveStressTest.py 276 sub_id = self.dut.droid.subscriptionGetDefaultSubId()
293 set_preferred_network_mode_pref(ads[0].log, ads[0], sub_id,
301 ads[0].log, ads[0], sub_id,
TelLiveSinglePhoneStressTest.py 246 sub_id = self.dut.droid.subscriptionGetDefaultSubId()
297 sub_id, network_preference)
305 self.dut.log, self.dut, sub_id,
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
802.11.h 1872 uint8 sub_id; member in struct:dot11_tfs_req_se
1879 uint8 sub_id; member in struct:dot11_tfs_se
1979 uint8 sub_id; member in struct:dot11_wnm_sleep_subelem_gtk
1991 uint8 sub_id; member in struct:dot11_wnm_sleep_subelem_igtk
2496 uint8 sub_id; member in struct:dot11_ngbr_bsstrans_pref_se
2505 uint8 sub_id; member in struct:dot11_ngbr_bss_term_dur_se
    [all...]
  /packages/providers/ContactsProvider/tests/assets/upgradeTest/
contacts2_1108.sql 45 CREATE TABLE calls (_id INTEGER PRIMARY KEY AUTOINCREMENT,number TEXT,presentation INTEGER NOT NULL DEFAULT 1,post_dial_digits TEXT NOT NULL DEFAULT '',date INTEGER,duration INTEGER,data_usage INTEGER,type INTEGER,features INTEGER NOT NULL DEFAULT 0,subscription_component_name TEXT,subscription_id TEXT,phone_account_address TEXT,phone_account_hidden INTEGER NOT NULL DEFAULT 0,sub_id INTEGER DEFAULT -1,new INTEGER,name TEXT,numbertype INTEGER,numberlabel TEXT,countryiso TEXT,voicemail_uri TEXT,is_read INTEGER,geocoded_location TEXT,lookup_uri TEXT,matched_number TEXT,normalized_number TEXT,photo_id INTEGER NOT NULL DEFAULT 0,photo_uri TEXT,formatted_number TEXT,_data TEXT,has_content INTEGER,mime_type TEXT,source_data TEXT,source_package TEXT,transcription TEXT,state INTEGER,dirty INTEGER NOT NULL DEFAULT 0,deleted INTEGER NOT NULL DEFAULT 0, add_for_all_users INTEGER NOT NULL DEFAULT 1);
    [all...]

Completed in 616 milliseconds