Searched refs:runOnHandler (Results 1 – 3 of 3) sorted by relevance
98 uid -> runOnHandler(() -> handlePermissionsChanged(uid));111 runOnHandler(this::handleInitialize); in GnssVisibilityControl()141 runOnHandler(() -> handleNfwNotification( in reportNfwNotification()149 runOnHandler(() -> handleUpdateProxyApps(nfwLocationAccessProxyApps)); in onConfigurationUpdated()659 private void runOnHandler(Runnable event) { in runOnHandler() method in GnssVisibilityControl
336 runOnHandler(() -> handleRequestSuplConnection(agpsType, suplIpAddr)); in onReportAGpsStatus()339 runOnHandler(() -> handleReleaseSuplConnection(GPS_RELEASE_AGPS_DATA_CONN)); in onReportAGpsStatus()426 private void runOnHandler(Runnable event) {
505 runOnHandler(r); in injectPostToHandler()510 runOnHandler(r); in injectRunOnNewThread()515 runOnHandler(r); in injectPostToHandlerDebounced()603 runOnHandler(r); in postToPackageMonitorHandler()1132 protected void runOnHandler(Runnable r) { in runOnHandler() method in BaseShortcutManagerTest