Home
last modified time | relevance | path

Searched refs:getLocation (Results 1 – 10 of 10) sorted by relevance

/development/tools/checkcolor/src/main/java/com/google/checkcolor/lint/
DHardcodedColorDetector.java126 context.report(ISSUE, attribute, context.getLocation(attribute), in visitAttribute()
162 context.report(ISSUE, childElement, context.getLocation(child), in visitElement()
175 context.report(ISSUE, element, context.getLocation(element), in visitElement()
/development/samples/training/threadsample/src/com/example/android/threadsample/
DPhotoTask.java113 mImageURL = photoView.getLocation(); in initializeDownloaderTask()
DPhotoView.java147 final URL getLocation() { in getLocation() method in PhotoView
DPhotoManager.java202 URL localURL = localView.getLocation(); in PhotoManager()
/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/service/
DUtilityService.java137 LatLng currentLocation = Utils.getLocation(this); in onHandleIntent()
383 Utils.getLocation(this), attractions.get(i).location); in showNotification()
453 Utils.getLocation(this), attraction.location); in sendDataToWearable()
/development/tools/idegen/src/com/android/idegen/
DDirectorySearch.java225 IntellijProject.class.getProtectionDomain().getCodeSource().getLocation() in findTemplateDir()
/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/ui/
DDetailFragment.java87 LatLng location = Utils.getLocation(getActivity()); in onCreateView()
DAttractionListFragment.java73 mLatestLocation = Utils.getLocation(getActivity()); in onCreateView()
/development/samples/browseable/XYZTouristAttractions/Shared/src/com.example.android.xyztouristattractions.common/
DUtils.java104 public static LatLng getLocation(Context context) { in getLocation() method in Utils
/development/vndk/tools/header-checker/src/dumper/
Dabi_wrappers.cpp126 clang::SourceLocation location = anon_record->getLocation(); in TypeNameWithFinalDestination()
147 clang::SourceLocation location = decl->getLocation(); in GetDeclSourceFile()