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

  /tools/test/connectivity/acts/framework/acts/test_utils/tel/
tel_voice_utils.py 305 sub_id,
320 sub_id: subscription id.
341 sub_id,
359 return phone_idle_iwlan_for_subscription(log, ad, sub_id)
409 def phone_setup_data_for_subscription(log, ad, sub_id, network_generation):
410 """Setup Phone <sub_id> Data to <network_generation>
415 sub_id: subscription id
428 sub_id,
435 """Setup Phone default data sub_id data to 4G.
447 def phone_setup_4g_for_subscription(log, ad, sub_id)
    [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 152 sub_id = sub_info['subscriptionId']
158 sub_id)
168 sub_id)
175 sim_record['operator'] = get_operator_name(log, ad, sub_id)
176 device_props['subscription'][sub_id] = sim_record
179 ad.model, ad.serial, sub_id, number, get_operator_name(
180 log, ad, sub_id), ad.droid.
181 telephonyGetSimSerialNumberForSubscription(sub_id)))
190 """ Update Android Device cfg records for each sub_id.
201 for sub_id in ad.cfg['subscription']
    [all...]
tel_video_utils.py 74 """Setup phone default sub_id to make video call
84 True if ad (default sub_id) is setup correctly and idle for video call.
89 def phone_setup_video_for_subscription(log, ad, sub_id, wfc_mode=WFC_MODE_DISABLED):
90 """Setup phone sub_id to make video call
95 sub_id: ad's sub id.
101 True if ad (sub_id) is setup correctly and idle for video call.
119 return phone_idle_video_for_subscription(log, ad, sub_id)
123 """Return if phone (default sub_id) is idle for video call.
136 def phone_idle_video_for_subscription(log, ad, sub_id):
137 """Return if phone (sub_id) is idle for video call
    [all...]
tel_data_utils.py 439 sub_id = get_subid_from_slot_index(log, ad, sim_slot)
440 log.info("Change Data to subId: {}, SIM slot: {}".format(sub_id, sim_slot))
441 set_subid_for_data(ad, sub_id)
442 if not wait_for_data_attach_for_subscription(log, ad, sub_id,
444 log.error("Failed to attach data on subId:{}".format(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)
  /tools/test/connectivity/acts/tests/google/tel/live/
TelLivePreflightTest.py 91 sub_id = ad.droid.subscriptionGetDefaultVoiceSubId()
93 self.log, ad, sub_id, MAX_WAIT_TIME_NW_SELECTION):
  /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 1324 milliseconds