Loading packages/SystemUI/plugin/bcsmartspace/src/com/android/systemui/plugins/BcSmartspaceDataPlugin.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -82,7 +82,7 @@ public interface BcSmartspaceDataPlugin extends Plugin { /** /** * When on the lockscreen, use the FalsingManager to help detect errant touches * When on the lockscreen, use the FalsingManager to help detect errant touches */ */ void setFalsingManager(FalsingManager falsingManager); void setFalsingManager(com.android.systemui.plugins.FalsingManager falsingManager); } } /** Interface for launching Intents, which can differ on the lockscreen */ /** Interface for launching Intents, which can differ on the lockscreen */ Loading Loading
packages/SystemUI/plugin/bcsmartspace/src/com/android/systemui/plugins/BcSmartspaceDataPlugin.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -82,7 +82,7 @@ public interface BcSmartspaceDataPlugin extends Plugin { /** /** * When on the lockscreen, use the FalsingManager to help detect errant touches * When on the lockscreen, use the FalsingManager to help detect errant touches */ */ void setFalsingManager(FalsingManager falsingManager); void setFalsingManager(com.android.systemui.plugins.FalsingManager falsingManager); } } /** Interface for launching Intents, which can differ on the lockscreen */ /** Interface for launching Intents, which can differ on the lockscreen */ Loading