Searched refs:addChangeCallback (Results 1 – 8 of 8) sorted by relevance
175 SystemProperties.addChangeCallback(r1); in testCallbacks()176 SystemProperties.addChangeCallback(r2); in testCallbacks()
51 SystemProperties.addChangeCallback(new Runnable() { in SystemProperties.addChangeCallback()
140 SystemProperties.addChangeCallback(() -> { in SystemProperties.addChangeCallback()
207 public static void addChangeCallback(@NonNull Runnable callback) { in addChangeCallback() method in SystemProperties
64 SystemProperties.addChangeCallback(new Runnable() { in setOnTraceEnabledChangeListener()
350 SystemProperties.addChangeCallback(mSystemPropertyUpdater); in addView()
114 SystemProperties.addChangeCallback(mSystemPropertiesChanged); in onBootPhase()
98 SystemProperties.addChangeCallback(new Runnable() { in ProcessStatsService()