Loading policy/src/com/android/internal/policy/impl/GlobalActions.java +4 −3 Original line number Diff line number Diff line Loading @@ -316,9 +316,10 @@ class GlobalActions implements DialogInterface.OnDismissListener, DialogInterfac filteredPos++; } throw new IllegalArgumentException("position " + position + " out of " + "range of showable actions, filtered count = " + "= " + getCount() + ", keyguardshowing=" + mKeyguardShowing throw new IllegalArgumentException("position " + position + " out of range of showable actions" + ", filtered count=" + getCount() + ", keyguardshowing=" + mKeyguardShowing + ", provisioned=" + mDeviceProvisioned); } Loading Loading
policy/src/com/android/internal/policy/impl/GlobalActions.java +4 −3 Original line number Diff line number Diff line Loading @@ -316,9 +316,10 @@ class GlobalActions implements DialogInterface.OnDismissListener, DialogInterfac filteredPos++; } throw new IllegalArgumentException("position " + position + " out of " + "range of showable actions, filtered count = " + "= " + getCount() + ", keyguardshowing=" + mKeyguardShowing throw new IllegalArgumentException("position " + position + " out of range of showable actions" + ", filtered count=" + getCount() + ", keyguardshowing=" + mKeyguardShowing + ", provisioned=" + mDeviceProvisioned); } Loading