HomeSort by relevance Sort by last modified time
    Searched refs:checkIntentAction (Results 1 - 3 of 3) sorted by null

  /packages/apps/Settings/src/com/android/settings/
LegalSettings.java 81 if (!checkIntentAction(context, "android.settings.TERMS")) {
84 if (!checkIntentAction(context, "android.settings.LICENSE")) {
87 if (!checkIntentAction(context, "android.settings.COPYRIGHT")) {
90 if (!checkIntentAction(context, "android.settings.WEBVIEW_LICENSE")) {
97 private boolean checkIntentAction(Context context, String action) {
  /frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
MockUtils.java 70 public static Intent checkIntentAction(final String action) {
DevicePolicyManagerTest.java 309 MockUtils.checkIntentAction(
313 MockUtils.checkIntentAction(
562 MockUtils.checkIntentAction(
571 MockUtils.checkIntentAction(
585 MockUtils.checkIntentAction(
734 MockUtils.checkIntentAction(DevicePolicyManager.ACTION_DEVICE_OWNER_CHANGED),
    [all...]

Completed in 3343 milliseconds