Home
last modified time | relevance | path

Searched refs:stopTracking (Results 1 – 25 of 87) sorted by relevance

1234

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DClientWakelockTrackerTest.java53 myTracker.stopTracking("ABC", 101, 1, 1); in testTwoClients()
58 myTracker.stopTracking("PQR", 102, 2, 0); in testTwoClients()
87 myTracker.stopTracking("ABC", 101, 1, 1);
92 myTracker.stopTracking("ABC", 102, 2, 0);
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/settings/
H A DCurrentUserTrackerTest.java49 stopTracking(); in setUp()
60 stopTracking(); in testBroadCastDoesntCrashOnConcurrentModification()
/aosp12/hardware/qcom/gps/msm8909w_3100/gnss/
H A Dlocation_gnss.cpp44 static void stopTracking(LocationAPI* client, uint32_t id);
73 stopTracking,
151 static void stopTracking(LocationAPI* client, uint32_t id) in stopTracking() function
/aosp12/hardware/qcom/gps/msm8998/gnss/
H A Dlocation_gnss.cpp44 static void stopTracking(LocationAPI* client, uint32_t id);
72 stopTracking,
149 static void stopTracking(LocationAPI* client, uint32_t id) in stopTracking() function
/aosp12/hardware/qcom/sdm845/gps/msm8998/gnss/
H A Dlocation_gnss.cpp44 static void stopTracking(LocationAPI* client, uint32_t id);
72 stopTracking,
149 static void stopTracking(LocationAPI* client, uint32_t id) in stopTracking() function
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/
H A DControlsProviderSelectorActivity.kt67 stopTracking()
148 currentUserTracker.stopTracking()
172 currentUserTracker.stopTracking()
H A DControlsEditingActivity.kt70 stopTracking()
101 currentUserTracker.stopTracking()
223 currentUserTracker.stopTracking()
H A DControlsRequestDialog.kt66 stopTracking()
121 currentUserTracker.stopTracking()
/aosp12/hardware/qcom/sdm845/gps/sdm845/gnss/
H A Dlocation_gnss.cpp44 static void stopTracking(LocationAPI* client, uint32_t id);
82 stopTracking,
171 static void stopTracking(LocationAPI* client, uint32_t id) in stopTracking() function
/aosp12/hardware/qcom/gps/msm8998/location/
H A Dlocation_interface.h43 void (*stopTracking)(LocationAPI* client, uint32_t id); member
68 void (*stopTracking)(LocationAPI* client, uint32_t id); member
/aosp12/hardware/qcom/sdm845/gps/msm8998/location/
H A Dlocation_interface.h43 void (*stopTracking)(LocationAPI* client, uint32_t id); member
68 void (*stopTracking)(LocationAPI* client, uint32_t id); member
/aosp12/hardware/qcom/gps/msm8909w_3100/location/
H A Dlocation_interface.h44 void (*stopTracking)(LocationAPI* client, uint32_t id); member
70 void (*stopTracking)(LocationAPI* client, uint32_t id); member
/aosp12/hardware/qcom/sdm845/gps/sdm845/location/
H A Dlocation_interface.h44 void (*stopTracking)(LocationAPI* client, uint32_t id); member
77 void (*stopTracking)(LocationAPI* client, uint32_t id); member
H A DILocationAPI.h62 virtual void stopTracking(uint32_t id) = 0;
/aosp12/hardware/qcom/sm8150p/gps/gnss/
H A Dlocation_gnss.cpp44 static void stopTracking(LocationAPI* client, uint32_t id);
92 stopTracking,
187 static void stopTracking(LocationAPI* client, uint32_t id) in stopTracking() function
/aosp12/hardware/qcom/sm7150/gps/gnss/
H A Dlocation_gnss.cpp44 static void stopTracking(LocationAPI* client, uint32_t id);
100 stopTracking,
202 static void stopTracking(LocationAPI* client, uint32_t id) in stopTracking() function
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/brightness/
H A DBrightnessController.java200 mUserTracker.stopTracking();
319 public void onChanged(boolean tracking, int value, boolean stopTracking) { in onChanged() argument
344 if (stopTracking) { in onChanged()
H A DToggleSlider.java26 void onChanged(boolean tracking, int value, boolean stopTracking); in onChanged() argument
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
H A DCurrentUserObservable.java41 mTracker.stopTracking();
/aosp12/hardware/qcom/sm7250/gps/gnss/
H A Dlocation_gnss.cpp44 static void stopTracking(LocationAPI* client, uint32_t id);
117 stopTracking,
233 static void stopTracking(LocationAPI* client, uint32_t id) in stopTracking() function
/aosp12/hardware/qcom/sm8150/gps/gnss/
H A Dlocation_gnss.cpp44 static void stopTracking(LocationAPI* client, uint32_t id);
117 stopTracking,
233 static void stopTracking(LocationAPI* client, uint32_t id) in stopTracking() function
/aosp12/hardware/qcom/sm8150p/gps/location/
H A DILocationAPI.h62 virtual void stopTracking(uint32_t id) = 0;
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/demomode/
H A DDemoModeAvailabilityTracker.kt49 fun stopTracking() { regex
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/utils/
H A DMockTracker.java58 public void stopTracking() { in stopTracking() method in MockTracker
/aosp12/hardware/qcom/sm7150/gps/location/
H A DILocationAPI.h62 virtual void stopTracking(uint32_t id) = 0;

1234