@@ -152,8 +152,7 @@ public class AccountManagerService
|
|||||||
new AtomicReference<AccountManagerService>();
|
new AtomicReference<AccountManagerService>();
|
||||||
|
|
||||||
private static final boolean isDebuggableMonkeyBuild =
|
private static final boolean isDebuggableMonkeyBuild =
|
||||||
SystemProperties.getBoolean("monkey.running", false)
|
SystemProperties.getBoolean("ro.monkey", false);
|
||||||
&& SystemProperties.getBoolean("ro.debuggable", false);
|
|
||||||
private static final Account[] EMPTY_ACCOUNT_ARRAY = new Account[]{};
|
private static final Account[] EMPTY_ACCOUNT_ARRAY = new Account[]{};
|
||||||
|
|
||||||
static {
|
static {
|
||||||
|
|||||||
Reference in New Issue
Block a user