Home
last modified time | relevance | path

Searched refs:getReceiverAction (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Settings/src/com/android/settings/network/telephony/
DEuiccOperationSidecar.java58 if (getReceiverAction().equals(intent.getAction())
95 protected abstract String getReceiverAction(); in getReceiverAction() method in EuiccOperationSidecar
99 Intent intent = new Intent(getReceiverAction()); in createCallbackIntent()
115 new IntentFilter(getReceiverAction()), in onCreate()
DDeleteEuiccSubscriptionSidecar.java39 public String getReceiverAction() { in getReceiverAction() method in DeleteEuiccSubscriptionSidecar
/packages/apps/Settings/src/com/android/settings/network/
DSwitchToEuiccSubscriptionSidecar.java40 public String getReceiverAction() { in getReceiverAction() method in SwitchToEuiccSubscriptionSidecar
DSwitchToRemovableSlotSidecar.java72 protected String getReceiverAction() { in getReceiverAction() method in SwitchToRemovableSlotSidecar