Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/connectivity/tethering/
DEntitlementManager.java76 private static final String ACTION_PROVISIONING_ALARM = field in EntitlementManager
128 mContext.registerReceiver(mReceiver, new IntentFilter(ACTION_PROVISIONING_ALARM), in EntitlementManager()
421 Intent intent = new Intent(ACTION_PROVISIONING_ALARM); in scheduleProvisioningRechecks()
495 if (ACTION_PROVISIONING_ALARM.equals(intent.getAction())) {