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.java1510 String actionStr = intent.getAction(); in onReceive() local
1511 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()
/packages/services/Telephony/src/com/android/phone/settings/
DPhoneAccountSettingsFragment.java422 Context context, PhoneAccountHandle accountHandle, String actionStr) { in buildConfigureIntent() argument
429 Intent intent = new Intent(actionStr); in buildConfigureIntent()
/packages/apps/Settings/src/com/android/settings/network/telephony/
DMobileNetworkUtils.java263 Context context, PhoneAccountHandle accountHandle, String actionStr) { in buildConfigureIntent() argument
270 Intent intent = new Intent(actionStr); in buildConfigureIntent()