am ded7c652: am 893812b2: am e6e3322a: am 8fff7805: Merge "Remove duplicate \'=\' in exception message"
* commit 'ded7c652d754751e6fbde729d66825c69394d1cb': Remove duplicate '=' in exception message
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user