Lines Matching refs:NotUseful
2005 return XToolkit.getBackingStoreType() == XConstants.NotUseful;
2009 * Returns one of XConstants: NotUseful, WhenMapped or Always.
2013 * nor "WhenMapped", then the method returns XConstants.NotUseful.
2028 backingStoreType = XConstants.NotUseful;
2031 ", by default backingStore=NotUseful");
2045 backingStoreType = XConstants.NotUseful;
2050 ( backingStoreType == XConstants.NotUseful ? "NotUseful"
2056 backingStoreType = XConstants.NotUseful;
2059 backingStoreLog.config("DGA is available, backingStore=NotUseful");
2070 == XConstants.NotUseful) {
2071 backingStoreType = XConstants.NotUseful;
2075 i + ", backingStore=NotUseful");
2087 * One of XConstants: NotUseful, WhenMapped or Always.