Home
last modified time | relevance | path

Searched refs:REQUEST_LOCATION (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Car/tests/TestMediaApp/src/com/android/car/media/testmediaapp/
H A DTmaMediaItem.java59 REQUEST_LOCATION(CUSTOM_ACTION_PREFIX + "location", R.string.location, enumConstant
H A DTmaPlayer.java258 } else if (TmaCustomAction.REQUEST_LOCATION.mId.equals(action)) { in onCustomAction()
/aosp12/frameworks/base/services/core/java/com/android/server/location/gnss/
H A DGnssLocationProvider.java150 private static final int REQUEST_LOCATION = 16; field in GnssLocationProvider
1416 case REQUEST_LOCATION: in handleMessage()
1447 case REQUEST_LOCATION: in messageIdAsString()
1632 sendMessage(REQUEST_LOCATION, independentFromGnss ? 1 : 0, isUserEmergency); in onRequestLocation()