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