Searched refs:actionStr (Results 1 – 3 of 3) sorted by relevance
1510 String actionStr = intent.getAction(); in onReceive() local1511 if (Intent.ACTION_PACKAGE_ADDED.equals(actionStr)) { in onReceive()1517 } else if (Intent.ACTION_PACKAGE_REMOVED.equals(actionStr)) { in onReceive()1523 } else if (Intent.ACTION_PACKAGE_CHANGED.equals(actionStr)) { in onReceive()1529 } else if (Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE.equals(actionStr) || in onReceive()1530 Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE.equals(actionStr)) { in onReceive()1542 boolean avail = Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE.equals(actionStr); in onReceive()1550 } else if (Intent.ACTION_USER_ADDED.equals(actionStr)) { in onReceive()1552 } else if (Intent.ACTION_USER_REMOVED.equals(actionStr)) { in onReceive()
422 Context context, PhoneAccountHandle accountHandle, String actionStr) { in buildConfigureIntent() argument429 Intent intent = new Intent(actionStr); in buildConfigureIntent()
263 Context context, PhoneAccountHandle accountHandle, String actionStr) { in buildConfigureIntent() argument270 Intent intent = new Intent(actionStr); in buildConfigureIntent()