Searched refs:actionStr (Results 1 – 3 of 3) sorted by relevance
1519 String actionStr = intent.getAction(); in onReceive() local1520 if (Intent.ACTION_PACKAGE_ADDED.equals(actionStr)) { in onReceive()1526 } else if (Intent.ACTION_PACKAGE_REMOVED.equals(actionStr)) { in onReceive()1532 } else if (Intent.ACTION_PACKAGE_CHANGED.equals(actionStr)) { in onReceive()1538 } else if (Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE.equals(actionStr) || in onReceive()1539 Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE.equals(actionStr)) { in onReceive()1551 boolean avail = Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE.equals(actionStr); in onReceive()1559 } else if (Intent.ACTION_USER_ADDED.equals(actionStr)) { in onReceive()1561 } else if (Intent.ACTION_USER_REMOVED.equals(actionStr)) { in onReceive()
423 Context context, PhoneAccountHandle accountHandle, String actionStr) { in buildConfigureIntent() argument430 Intent intent = new Intent(actionStr); in buildConfigureIntent()
229 Context context, PhoneAccountHandle accountHandle, String actionStr) { in buildConfigureIntent() argument236 Intent intent = new Intent(actionStr); in buildConfigureIntent()