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

  /developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java 58 public static final int REQUEST_CODE_PICK_CONTACT = 1;
160 case REQUEST_CODE_PICK_CONTACT:
218 startActivityForResult(intent, REQUEST_CODE_PICK_CONTACT);
  /developers/samples/android/notification/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java 58 public static final int REQUEST_CODE_PICK_CONTACT = 1;
160 case REQUEST_CODE_PICK_CONTACT:
218 startActivityForResult(intent, REQUEST_CODE_PICK_CONTACT);
  /development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
OtherMetadataFragment.java 58 public static final int REQUEST_CODE_PICK_CONTACT = 1;
160 case REQUEST_CODE_PICK_CONTACT:
218 startActivityForResult(intent, REQUEST_CODE_PICK_CONTACT);

Completed in 578 milliseconds