HomeSort by relevance Sort by last modified time
    Searched refs:POSTFIX_RELEASE (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerDebugConfig.java 120 static final String POSTFIX_RELEASE = (APPEND_CATEGORY_NAME) ? "_Release" : "";
ActivityStack.java 63 import static com.android.server.am.ActivityManagerDebugConfig.POSTFIX_RELEASE;
179 private static final String TAG_RELEASE = TAG + POSTFIX_RELEASE;
    [all...]
ActivityStackSupervisor.java 69 import static com.android.server.am.ActivityManagerDebugConfig.POSTFIX_RELEASE;
199 private static final String TAG_RELEASE = TAG + POSTFIX_RELEASE;
    [all...]

Completed in 83 milliseconds