Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DDefaultCrossProfileIntentFiltersUtils.java49 .addAction(Intent.ACTION_CALL_PRIVILEGED)
67 .addAction(Intent.ACTION_CALL_PRIVILEGED)
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DIntentForwarderActivity.java486 || Intent.ACTION_CALL_PRIVILEGED.equals(intent.getAction()) in isDialerIntent()
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/app/
H A DIntentForwarderActivityTest.java358 .setAction(Intent.ACTION_CALL_PRIVILEGED); in shouldSkipDisclosure_callIntent_callPrivileged()
/aosp14/frameworks/base/core/java/android/content/
H A DIntent.java1214 public static final String ACTION_CALL_PRIVILEGED = "android.intent.action.CALL_PRIVILEGED"; field in Intent
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt3515 … field public static final String ACTION_CALL_PRIVILEGED = "android.intent.action.CALL_PRIVILEGED";