OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mLocationController
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
QuickSettings.java
103
private LocationController
mLocationController
;
167
mLocationController
= locationController;
625
boolean newLocationEnabledState = !
mLocationController
.isLocationEnabled();
626
if (
mLocationController
.setLocationEnabled(newLocationEnabledState)
[
all
...]
PhoneStatusBar.java
161
LocationController
mLocationController
;
533
mLocationController
= new LocationController(mContext); // will post a notification
630
mLocationController
, mRotationLockController);
[
all
...]
Completed in 33 milliseconds