HomeSort by relevance Sort by last modified time
    Searched refs:getLastLocation (Results 1 - 25 of 44) sorted by null

1 2

  /external/mockito/src/main/java/org/mockito/internal/verification/checkers/
AtLeastXNumberOfInvocationsChecker.java 20 import static org.mockito.internal.invocation.InvocationsFinder.getLastLocation;
29 Location lastLocation = getLastLocation(actualInvocations);
42 Location lastLocation = getLastLocation(chunk);
NumberOfInvocationsChecker.java 25 import static org.mockito.internal.invocation.InvocationsFinder.getLastLocation;
37 Location lastInvocation = getLastLocation(actualInvocations);
58 Location lastInvocation = getLastLocation(chunk);
  /external/mockito/src/test/java/org/mockito/internal/invocation/
InvocationsFinderTest.java 133 Location last = InvocationsFinder.getLastLocation(invocations);
136 assertNull(InvocationsFinder.getLastLocation(Collections.<Invocation>emptyList()));
  /frameworks/base/services/core/java/com/android/server/twilight/
TwilightService.java 161 if (mLocationManager.getLastLocation() == null) {
210 : mLocationManager.getLastLocation();
  /external/mockito/src/main/java/org/mockito/internal/invocation/
InvocationsFinder.java 110 public static Location getLastLocation(List<Invocation> invocations) {
  /frameworks/base/location/java/android/location/
ILocationManager.aidl 50 Location getLastLocation(in LocationRequest request, String packageName);
LocationManager.java     [all...]
  /packages/apps/Dialer/java/com/android/incallui/calllocation/impl/
LocationHelper.java 202 .getLastLocation()
  /frameworks/base/services/core/java/com/android/server/location/
GeofenceManager.java 240 * or consult {@link LocationManager#getLastLocation()} if none has arrived. Does not return
246 // Prefer mLastLocationUpdate to LocationManager.getLastLocation().
249 location = mLocationManager.getLastLocation();
285 // via LocationManager.getLastLocation().
  /developers/build/prebuilts/gradle/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/service/
UtilityService.java 231 Location location = FusedLocationApi.getLastLocation(googleApiClient);
  /developers/samples/android/wearable/wear/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/service/
UtilityService.java 231 Location location = FusedLocationApi.getLastLocation(googleApiClient);
  /development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/service/
UtilityService.java 230 Location location = FusedLocationApi.getLastLocation(googleApiClient);
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
FusedPrintersProvider.java 258 Location lastLocation = mLocationManager.getLastLocation();
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Sema/
DeclSpec.h     [all...]

Completed in 1042 milliseconds

1 2