Searched refs:location (Results 276 - 300 of 347) sorted by relevance

<<11121314

/frameworks/base/location/java/android/location/
H A DGpsClock.java17 package android.location;
H A DLocationRequest.java17 package android.location;
32 * for location updates from the Location Manager.
34 * <p>For example, if your application wants high accuracy location
35 * it should create a location request with {@link #setQuality} set to
38 * appropriate for mapping applications that are showing your location
42 * impact, but to still receive location updates when available, then use
45 * power blame) any location updates, but will receive locations
47 * applications that have no firm requirement for location, but can
60 * many location aware applications, including background usage. Do be
64 * <p>Activities should strongly consider removing all location
[all...]
H A DAddress.java17 package android.location;
29 * A class representing an Address, i.e, a set of Strings describing a location.
/frameworks/base/location/tests/locationtests/src/android/location/
H A DLocationTest.java17 package android.location;
25 * Unit tests for android.location.Location
240 // Serialize location object into bytes via parcelable capability
246 // Turn the bytes back into a location object
H A DGpsStatusTest.java17 package android.location;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DLocationControllerImpl.java27 import android.location.LocationManager;
41 * A controller to manage changes of location related states and update the views accordingly.
44 // The name of the placeholder corresponding to the location request status icon.
67 // Register to listen for changes in location settings.
77 // Examine the current location state and initialize the status view.
83 * Add a callback to listen for changes in location settings.
95 * Enable or disable location in settings.
97 * <p>This will attempt to enable/disable every type of location setting
101 * If the user doesn't accept, network location won't be enabled.
111 // When enabling location,
[all...]
/frameworks/base/services/core/java/com/android/server/emergency/
H A DEmergencyAffordanceService.java84 public void onCellLocationChanged(CellLocation location) {
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
H A DTrackerActivity.java29 import android.location.LocationManager;
45 * Activity for location tracker service
48 * stopping location tracker service, as well as displaying the current location
63 * Retrieves and displays the currently logged location data from file
/frameworks/base/tools/layoutlib/bridge/src/android/text/
H A DOptimizingLineBreaker.java129 breakInfo.breaks[count] = mPrimitives.get(idx).location;
/frameworks/data-binding/compiler/src/test/java/android/databinding/tool/expr/
H A DExprModelTest.java879 final Location location = ternaryExpr.getLocations().get(0);
880 assertNotNull(location);
881 assertEquals(0, location.startLine);
882 assertEquals(0, location.startOffset);
883 assertEquals(0, location.endLine);
884 assertEquals(input.length() - 1, location.endOffset);
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHeadsetClient.java935 * Places a call to the number under specified memory location.
938 * @param location valid memory location
945 public boolean dialMemory(BluetoothDevice device, int location) { argument
950 return mService.dialMemory(device, location);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DQSTileHost.java120 BluetoothController bluetooth, LocationController location,
131 mLocation = location;
429 else if (tileSpec.equals("location")) return new LocationTile(this);
119 QSTileHost(Context context, PhoneStatusBar statusBar, BluetoothController bluetooth, LocationController location, RotationLockController rotation, NetworkController network, ZenModeController zen, HotspotController hotspot, CastController cast, FlashlightController flashlight, UserSwitcherController userSwitcher, UserInfoController userInfo, KeyguardMonitor keyguard, SecurityController security, BatteryController battery, StatusBarIconController iconController, NextAlarmController nextAlarmController) argument
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
H A DExpr.java126 public void addLocation(Location location) { argument
127 mLocations.add(location);
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/
H A DLayoutFileParser.java321 Location location = new Location(
327 bundle.setBindingClass(name, location);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DWapPushOverSms.java569 String location = new String(rawLocation);
570 String[] selectionArgs = new String[] { location };
/frameworks/base/core/java/android/hardware/location/
H A DContextHubService.java17 package android.hardware.location;
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsHelper.java27 import android.location.LocationManager;
/frameworks/base/services/java/com/android/server/
H A DSystemServer.java689 LocationManagerService location = null;
924 location = new LocationManagerService(context);
925 ServiceManager.addService(Context.LOCATION_SERVICE, location);
1308 final LocationManagerService locationF = location;
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DRecentsView.java567 int[] location = taskView.getLocationOnScreen();
568 int viewX = location[0];
569 int viewY = location[1];
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
H A DMain.java265 // TEST_RES_DIR not explicitly set. Fallback to the class's source location.
267 URL location = Main.class.getProtectionDomain().getCodeSource().getLocation();
268 return new File(location.getPath()).exists() ? location.getPath() : null;
/frameworks/base/core/java/android/view/
H A DViewGroup.java156 // Current frontmost child that can accept drag and lies under the drag location.
1456 // the drag location is kept in the state between ENTERED and EXITED events.
4045 * which is added in order to fade it out in its old location should be removed
5149 final int[] location = attachInfo.mInvalidateChildLocation;
5150 location[CHILD_LEFT_INDEX] = child.mLeft;
5151 location[CHILD_TOP_INDEX] = child.mTop;
5205 parent = parent.invalidateChildInParent(location, dirty);
5232 public ViewParent invalidateChildInParent(final int[] location, final Rect dirty) { argument
5237 dirty.offset(location[CHILD_LEFT_INDEX] - mScrollX,
5238 location[CHILD_TOP_INDE
[all...]
/frameworks/native/services/inputflinger/
H A DEventHub.cpp601 // location but for built-in input device, they are unlikely to ever change.
605 } else if (!identifier.location.isEmpty()) {
606 rawDescriptor.append("location:");
607 rawDescriptor.append(identifier.location);
1119 // Get device physical location.
1121 //fprintf(stderr, "could not get location for %s, %s\n", devicePath, strerror(errno));
1124 identifier.location.setTo(buffer);
1156 ALOGV(" location: \"%s\"\n", identifier.location.string());
1695 dump.appendFormat(INDENT3 "Location: %s\n", device->identifier.location
[all...]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGridLayoutManager.java1723 Grid.Location location = mGrid.getLocation(position);
1724 if (location == null) {
1730 int startSecondary = getRowStartSecondary(location.row) - mScrollOffsetSecondary;
1751 layoutChild(location.row, view, start, end, startSecondary);
2492 Grid.Location location = mGrid.getLocation(pos);
2493 final int row = location.row;
/frameworks/native/vulkan/libvulkan/
H A Dapi.cpp453 size_t location,
1019 size_t location,
1042 (void)location;
1016 DebugReportCallback(VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT obj_type, uint64_t obj, size_t location, int32_t msg_code, const char* layer_prefix, const char* msg, void* user_data) argument
/frameworks/av/include/media/
H A DAudioTrack.h832 * by specifying a location ExtendedTimestamp::LOCATION_KERNEL; however,
833 * INVALID_OPERATION may be returned if the kernel location is unavailable.
838 * BAD_VALUE if msec is nullptr or location is invalid.
841 ExtendedTimestamp::Location location = ExtendedTimestamp::LOCATION_SERVER);
1049 ExtendedTimestamp::Location mPreviousLocation; // location used for previous timestamp

Completed in 666 milliseconds

<<11121314