Home
last modified time | relevance | path

Searched refs:mSwitchSlotSidecar (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/network/telephony/
DEuiccOperationSidecar.java52 protected SwitchSlotSidecar mSwitchSlotSidecar; field in EuiccOperationSidecar
117 mSwitchSlotSidecar = SwitchSlotSidecar.get(getChildFragmentManager()); in onCreate()
132 mSwitchSlotSidecar.addListener(this); in onResume()
137 mSwitchSlotSidecar.removeListener(this); in onPause()
149 if (fragment == mSwitchSlotSidecar) { in onStateChange()
150 switch (mSwitchSlotSidecar.getState()) { in onStateChange()
152 mSwitchSlotSidecar.reset(); in onStateChange()
156 mSwitchSlotSidecar.reset(); in onStateChange()
/packages/apps/Settings/src/com/android/settings/network/
DSwitchToRemovableSlotSidecar.java76 } else if (fragment == mSwitchSlotSidecar) { in onStateChange()
111 mSwitchSlotSidecar.runSwitchToRemovableSlot(mPhysicalSlotId, mRemovedSubInfo); in run()
121 mSwitchSlotSidecar.runSwitchToRemovableSlot(mPhysicalSlotId, mRemovedSubInfo); in onSwitchToSubscriptionSidecarStateChange()
132 switch (mSwitchSlotSidecar.getState()) { in onSwitchSlotSidecarStateChange()
134 mSwitchSlotSidecar.reset(); in onSwitchSlotSidecarStateChange()
139 mSwitchSlotSidecar.reset(); in onSwitchSlotSidecarStateChange()
DSwitchToEuiccSubscriptionSidecar.java71 if (fragment == mSwitchSlotSidecar) { in onStateChange()
138 mSwitchSlotSidecar.runSwitchToEuiccSlot(targetSlot, mPort, removedSubInfo); in run()
222 switch (mSwitchSlotSidecar.getState()) { in onSwitchSlotSidecarStateChange()
224 mSwitchSlotSidecar.reset(); in onSwitchSlotSidecarStateChange()
229 mSwitchSlotSidecar.reset(); in onSwitchSlotSidecarStateChange()
254 mSwitchSlotSidecar.runSwitchToEuiccSlot(getTargetSlot(), mPort, mRemovedSubInfo); in onActionReceived()