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

  /developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java 236 String hasPhoto = cursor.getString(idx);
239 if (hasPhoto != null) {
267 String hasPhoto = cursor.getString(idx);
272 if (hasPhoto != null) {
  /developers/samples/android/notification/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java 236 String hasPhoto = cursor.getString(idx);
239 if (hasPhoto != null) {
267 String hasPhoto = cursor.getString(idx);
272 if (hasPhoto != null) {
  /development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
OtherMetadataFragment.java 236 String hasPhoto = cursor.getString(idx);
239 if (hasPhoto != null) {
267 String hasPhoto = cursor.getString(idx);
272 if (hasPhoto != null) {

Completed in 430 milliseconds