Home
last modified time | relevance | path

Searched refs:sShouldCrash (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/util/
DAssert.java30 private static boolean sShouldCrash; field in Assert
39 sShouldCrash = sIsEngBuild = true; in setIfEngBuild()
43 sShouldCrash = sIsEngBuild; in refreshGservices()
44 if (!sShouldCrash) { in refreshGservices()
45 sShouldCrash = gservices.getBoolean( in refreshGservices()
201 if (crashRelease || sShouldCrash) { in fail()