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

  /packages/apps/Settings/src/com/android/settings/deviceinfo/
RegulatoryInfoPreferenceController.java 29 private static final Intent INTENT_PROBE = new Intent(Settings.ACTION_SHOW_REGULATORY_INFO);
37 return !mContext.getPackageManager().queryIntentActivities(INTENT_PROBE, 0).isEmpty();
SafetyInfoPreferenceController.java 28 private static final Intent INTENT_PROBE =
40 return !mPackageManager.queryIntentActivities(INTENT_PROBE, 0).isEmpty();

Completed in 129 milliseconds