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.java64 if (getReceiverAction().equals(intent.getAction())
101 protected abstract String getReceiverAction(); in getReceiverAction() method in EuiccOperationSidecar
105 Intent intent = new Intent(getReceiverAction()); in createCallbackIntent()
123 new IntentFilter(getReceiverAction()), in onCreate()
DDeleteEuiccSubscriptionSidecar.java39 public String getReceiverAction() { in getReceiverAction() method in DeleteEuiccSubscriptionSidecar
/packages/apps/Settings/src/com/android/settings/network/
DSwitchToRemovableSlotSidecar.java68 protected String getReceiverAction() { in getReceiverAction() method in SwitchToRemovableSlotSidecar
DSwitchToEuiccSubscriptionSidecar.java60 public String getReceiverAction() { in getReceiverAction() method in SwitchToEuiccSubscriptionSidecar