Searched refs:PREDICTOR_NOTAVAILABLE (Results 1 - 1 of 1) sorted by relevance

/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DBordeauxPredictor.java33 static final String PREDICTOR_NOTAVAILABLE = "Predictor is not available."; field in class:BordeauxPredictor
42 Log.e(TAG, PREDICTOR_NOTAVAILABLE);
62 Log.e(TAG, PREDICTOR_NOTAVAILABLE);
75 throw new RuntimeException(PREDICTOR_NOTAVAILABLE);
80 throw new RuntimeException(PREDICTOR_NOTAVAILABLE);
86 throw new RuntimeException(PREDICTOR_NOTAVAILABLE);
91 throw new RuntimeException(PREDICTOR_NOTAVAILABLE);
97 throw new RuntimeException(PREDICTOR_NOTAVAILABLE);
102 throw new RuntimeException(PREDICTOR_NOTAVAILABLE);

Completed in 73 milliseconds