Loading packages/SystemUI/src/com/android/systemui/assist/AssistManager.java +0 −5 Original line number Diff line number Diff line Loading @@ -80,11 +80,6 @@ public class AssistManager { */ void onGestureCompletion(float velocity); /** * Called with the Bundle from VoiceInteractionSessionListener.onSetUiHints. */ void processBundle(Bundle hints); /** * Hides any SysUI for the assistant, but _does not_ close the assistant itself. */ Loading packages/SystemUI/src/com/android/systemui/assist/ui/DefaultUiController.java +0 −6 Original line number Diff line number Diff line Loading @@ -26,7 +26,6 @@ import android.content.Context; import android.graphics.PixelFormat; import android.metrics.LogMaker; import android.os.Build; import android.os.Bundle; import android.util.Log; import android.view.Gravity; import android.view.LayoutInflater; Loading Loading @@ -93,11 +92,6 @@ public class DefaultUiController implements AssistManager.UiController { mRoot.addView(mInvocationLightsView); } @Override // AssistManager.UiController public void processBundle(Bundle bundle) { Log.e(TAG, "Bundle received but handling is not implemented; ignoring"); } @Override // AssistManager.UiController public void onInvocationProgress(int type, float progress) { boolean invocationWasInProgress = mInvocationInProgress; Loading Loading
packages/SystemUI/src/com/android/systemui/assist/AssistManager.java +0 −5 Original line number Diff line number Diff line Loading @@ -80,11 +80,6 @@ public class AssistManager { */ void onGestureCompletion(float velocity); /** * Called with the Bundle from VoiceInteractionSessionListener.onSetUiHints. */ void processBundle(Bundle hints); /** * Hides any SysUI for the assistant, but _does not_ close the assistant itself. */ Loading
packages/SystemUI/src/com/android/systemui/assist/ui/DefaultUiController.java +0 −6 Original line number Diff line number Diff line Loading @@ -26,7 +26,6 @@ import android.content.Context; import android.graphics.PixelFormat; import android.metrics.LogMaker; import android.os.Build; import android.os.Bundle; import android.util.Log; import android.view.Gravity; import android.view.LayoutInflater; Loading Loading @@ -93,11 +92,6 @@ public class DefaultUiController implements AssistManager.UiController { mRoot.addView(mInvocationLightsView); } @Override // AssistManager.UiController public void processBundle(Bundle bundle) { Log.e(TAG, "Bundle received but handling is not implemented; ignoring"); } @Override // AssistManager.UiController public void onInvocationProgress(int type, float progress) { boolean invocationWasInProgress = mInvocationInProgress; Loading