Home
last modified time | relevance | path

Searched refs:updateDeveloperOptionsWatcher (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Traceur/src/com/android/traceur/
DTracingQsService.java51 Receiver.updateDeveloperOptionsWatcher(this, /* fromBootIntent */ false); in update()
DStackSamplingQsService.java51 Receiver.updateDeveloperOptionsWatcher(this, /* fromBootIntent */ false); in update()
DReceiver.java72 updateDeveloperOptionsWatcher(context, /* fromBootIntent */ true); in onReceive()
239 static void updateDeveloperOptionsWatcher(Context context, boolean fromBootIntent) { in updateDeveloperOptionsWatcher() method in Receiver
DMainFragment.java98 Receiver.updateDeveloperOptionsWatcher(getContext(), /* fromBootIntent */ false); in onCreate()