Searched refs:FLAG_APP_INACCESSIBLE (Results 1 – 2 of 2) sorted by relevance
56 public static final int FLAG_APP_INACCESSIBLE = 1 << 1; field in DeviceState90 FLAG_APP_INACCESSIBLE,142 + ", app_accessible=" + !hasFlag(FLAG_APP_INACCESSIBLE) in toString()
103 private static final String FLAG_APP_INACCESSIBLE = "FLAG_APP_INACCESSIBLE"; field in DeviceStateProviderImpl161 case FLAG_APP_INACCESSIBLE: in createFromConfig()162 flags |= DeviceState.FLAG_APP_INACCESSIBLE; in createFromConfig()