Loading services/core/java/com/android/server/location/contexthub/ContextHubService.java +2 −0 Original line number Diff line number Diff line Loading @@ -691,6 +691,7 @@ public class ContextHubService extends IContextHubService.Stub { sendLocationSettingUpdate(); sendWifiSettingUpdate(true /* forceUpdate */); sendAirplaneModeSettingUpdate(); sendMicrophoneDisableSettingUpdateForCurrentUser(); mTransactionManager.onHubReset(); queryNanoAppsInternal(contextHubId); Loading Loading @@ -1123,6 +1124,7 @@ public class ContextHubService extends IContextHubService.Stub { */ public void onUserChanged() { Log.d(TAG, "User changed to id: " + getCurrentUserId()); sendLocationSettingUpdate(); sendMicrophoneDisableSettingUpdateForCurrentUser(); } } Loading
services/core/java/com/android/server/location/contexthub/ContextHubService.java +2 −0 Original line number Diff line number Diff line Loading @@ -691,6 +691,7 @@ public class ContextHubService extends IContextHubService.Stub { sendLocationSettingUpdate(); sendWifiSettingUpdate(true /* forceUpdate */); sendAirplaneModeSettingUpdate(); sendMicrophoneDisableSettingUpdateForCurrentUser(); mTransactionManager.onHubReset(); queryNanoAppsInternal(contextHubId); Loading Loading @@ -1123,6 +1124,7 @@ public class ContextHubService extends IContextHubService.Stub { */ public void onUserChanged() { Log.d(TAG, "User changed to id: " + getCurrentUserId()); sendLocationSettingUpdate(); sendMicrophoneDisableSettingUpdateForCurrentUser(); } }