Home
last modified time | relevance | path

Searched refs:loadCarrierActionList (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
DCarrierDefaultBroadcastReceiver.java39 List<Integer> actionList = CustomConfigLoader.loadCarrierActionList(context, intent); in onReceive()
DCustomConfigLoader.java66 public static List<Integer> loadCarrierActionList(Context context, Intent intent) { in loadCarrierActionList() method in CustomConfigLoader