Home
last modified time | relevance | path

Searched refs:isCameraIntentRegistered (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/util/
DPhoneCapabilityTester.java101 public static boolean isCameraIntentRegistered(Context context) { in isCameraIntentRegistered() method in PhoneCapabilityTester
/packages/apps/Contacts/src/com/android/contacts/editor/
DPhotoActionPopup.java89 if (PhoneCapabilityTester.isCameraIntentRegistered(context)) { in getChoices()