HomeSort by relevance Sort by last modified time
    Searched defs:sim (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/autotest/client/cros/networking/
mm1_proxy.py 226 Return the SIM proxy object associated with this modem.
228 @return SimProxy object or None if no SIM exists.
231 sim_path = self.properties(mm1_constants.I_MODEM).get('Sim')
243 'Failed to obtain dbus object for the SIM. DBus error: '
284 """A wrapper around a DBus proxy for ModemManager1 SIM object."""
292 def sim(self): member in class:SimProxy
293 """@return the DBus SIM object."""
305 """@return org.freedesktop.ModemManager1.Sim DBus interface."""
  /packages/apps/Settings/src/com/android/settings/sim/
SimSelectNotification.java 17 package com.android.settings.sim;
50 // Do not create notifications on single SIM devices or when provisioning i.e. Setup Wizard.
58 // If sim state is not ABSENT or LOADED then ignore
62 Log.d(TAG, "sim state is not Absent or Loaded");
SimDialogActivity.java 17 package com.android.settings.sim;
185 + id + " in SIM dialog.");
258 + id + " in SIM dialog.");
SimPreferenceDialog.java 16 package com.android.settings.sim;
SimSettings.java 17 package com.android.settings.sim;
61 * By UX design we use only one Subscription Information(SubInfo) record per SIM slot.
84 return MetricsEvent.SIM;
116 Preference pref = mSimCards.findPreference("sim" + i);
240 // Disable Sim selection for Data when voice call is going on as changing the default data
241 // sim causes a modem reset currently and call gets disconnected
242 // ToDo : Add subtext on disabled preference to let user know that default data sim cannot
291 setKey("sim" + mSlotId);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
TelephonyDevController.java 233 * get sim at index 'index'.
238 loge("getSim: no registered sim device?!?");
243 loge("getSim: out-of-bounds access for sim device " + index + " max: " + getSimCount());
253 * get modem associated with sim index 'simIndex'.
258 loge("getModemForSim: no registered modem/sim device?!?");
263 loge("getModemForSim: out-of-bounds access for sim device " + simIndex + " max: " + getSimCount());
269 HardwareConfig sim = getSim(simIndex); local
271 if (modem.uuid.equals(sim.modemUuid)) {
281 * get all sim's associated with modem at index 'modemIndex'.
286 loge("getAllSimsForModem: no registered sim device?!?")
    [all...]
SubscriptionController.java 432 * @param iccId the IccId of SIM card
542 * Get the SubInfoRecord(s) of the currently inserted SIM(s)
593 * @return active SIM count
622 * @return all SIM count in database, include what was inserted before
667 * @param iccId the IccId of the SIM card
668 * @param slotId the slot which the SIM is inserted
699 // default SIM color differs between slots
762 // Set the default sub if not set or if single sim device
767 // If single sim device, set this subscription as the default for everything
770 logdl("[addSubInfoRecord] one sim set defaults to subId=" + subId)
1118 int sim = entry.getKey(); local
1219 int sim = entry.getKey(); local
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_sim_db.c 2 * hostapd / EAP-SIM database/authenticator gateway
8 * This is an example implementation of the EAP-SIM/AKA database/authentication
12 * EAP-SIM/AKA pseudonyms and re-auth identities. It can be used with different
48 } sim; member in union:eap_sim_db_pending::__anon28440
103 wpa_printf(MSG_DEBUG, "EAP-SIM DB: Adding database table for "
106 wpa_printf(MSG_ERROR, "EAP-SIM DB: SQLite error: %s", err);
129 wpa_printf(MSG_DEBUG, "EAP-SIM DB: Adding database table for "
132 wpa_printf(MSG_ERROR, "EAP-SIM DB: SQLite error: %s", err);
146 wpa_printf(MSG_ERROR, "EAP-SIM DB: Failed to open database "
198 wpa_printf(MSG_ERROR, "EAP-SIM DB: SQLite error: %s", err)
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
Ropper.java 103 private final Simulator sim; field in class:Ropper
381 this.sim = new Simulator(machine, method);
787 sim.simulate(block, frame);
    [all...]
  /packages/services/Telephony/src/com/android/phone/
PhoneUtils.java 2486 IccCard sim = phone.getIccCard(); local
    [all...]
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbPortManager.java 226 SimulatedPortInfo sim = mSimulatedPorts.get(portId); local
227 if (sim != null) {
229 sim.mCurrentMode = newMode;
230 sim.mCurrentPowerRole = newPowerRole;
231 sim.mCurrentDataRole = newDataRole;
    [all...]
  /external/wpa_supplicant_8/hs20/client/
osu_client.c 1650 xml_node_t *child, *sim, *realm; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
events.c 380 * wpa_supplicant_scard_init - Initialize SIM/USIM access with PC/SC
386 * configured to use PC/SC for SIM/USIM access (EAP-SIM or EAP-AKA).
393 int aka = 0, sim = 0; local
400 sim = 1;
408 sim = 1;
418 sim = 0;
424 if (!sim && !aka) {
426 "use SIM, but neither EAP-SIM nor EAP-AKA are
    [all...]
  /external/v8/src/arm/
simulator-arm.cc 34 explicit ArmDebugger(Simulator* sim) : sim_(sim) { }
268 char* line = ReadLine("sim> ");
877 Simulator* sim = isolate_data->simulator(); local
878 if (sim == NULL) {
880 sim = new Simulator(isolate);
881 isolate_data->set_simulator(sim);
883 return sim;
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-arm.cc 903 HSimulate* sim = HSimulate::cast(hydrogen_val->next()); local
904 sim->ReplayEnvironment(current_block_->last_environment());
905 hydrogen_value_for_lazy_bailout = sim;
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.cc 745 HSimulate* sim = HSimulate::cast(hydrogen_val->next()); local
746 sim->ReplayEnvironment(current_block_->last_environment());
747 hydrogen_value_for_lazy_bailout = sim;
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.cc 942 HSimulate* sim = HSimulate::cast(hydrogen_val->next()); local
943 sim->ReplayEnvironment(current_block_->last_environment());
944 hydrogen_value_for_lazy_bailout = sim;
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.cc 913 HSimulate* sim = HSimulate::cast(hydrogen_val->next()); local
914 sim->ReplayEnvironment(current_block_->last_environment());
915 hydrogen_value_for_lazy_bailout = sim;
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.cc 913 HSimulate* sim = HSimulate::cast(hydrogen_val->next()); local
914 sim->ReplayEnvironment(current_block_->last_environment());
915 hydrogen_value_for_lazy_bailout = sim;
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.cc 917 HSimulate* sim = HSimulate::cast(hydrogen_val->next()); local
918 sim->ReplayEnvironment(current_block_->last_environment());
919 hydrogen_value_for_lazy_bailout = sim;
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.cc 927 HSimulate* sim = HSimulate::cast(hydrogen_val->next()); local
928 sim->ReplayEnvironment(current_block_->last_environment());
929 hydrogen_value_for_lazy_bailout = sim;
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.cc 958 HSimulate* sim = HSimulate::cast(hydrogen_val->next()); local
959 sim->ReplayEnvironment(current_block_->last_environment());
960 hydrogen_value_for_lazy_bailout = sim;
    [all...]
  /external/v8/src/ppc/
simulator-ppc.cc 35 explicit PPCDebugger(Simulator* sim) : sim_(sim) {}
253 char* line = ReadLine("sim> ");
935 Simulator* sim = isolate_data->simulator(); local
    [all...]
  /external/libvncserver/rfb/
rfbproto.h 1460 rfbSetServerInputMsg sim; member in union:__anon17825
    [all...]
  /external/v8/src/arm64/
simulator-arm64.cc 110 Simulator* sim = isolate_data->simulator(); local
111 if (sim == NULL) {
113 sim = new Simulator(new Decoder<DispatchingDecoderVisitor>(), isolate);
115 sim = new Decoder<Simulator>();
116 sim->isolate_ = isolate;
118 isolate_data->set_simulator(sim);
120 return sim;
    [all...]

Completed in 1428 milliseconds

1 2 3