Home
last modified time | relevance | path

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

/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/device/apps/
DApplicationsState.java1519 String actionStr = intent.getAction(); in onReceive() local
1520 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()
/packages/services/Telephony/src/com/android/phone/settings/
DPhoneAccountSettingsFragment.java423 Context context, PhoneAccountHandle accountHandle, String actionStr) { in buildConfigureIntent() argument
430 Intent intent = new Intent(actionStr); in buildConfigureIntent()
/packages/apps/Settings/src/com/android/settings/network/telephony/
DMobileNetworkUtils.java229 Context context, PhoneAccountHandle accountHandle, String actionStr) { in buildConfigureIntent() argument
236 Intent intent = new Intent(actionStr); in buildConfigureIntent()