Home | History | Annotate | Download | only in oemlock

Lines Matching refs:TAG

36     private static final String TAG = "OemLock";
45 Slog.i(TAG, "OemLock HAL not present on device");
62 Slog.i(TAG, "Updated carrier allows OEM lock state to: " + allowed);
70 Slog.e(TAG, "Unknown return value indicates code is out of sync with HAL");
76 Slog.e(TAG, "Failed to set carrier state with HAL", e);
92 Slog.e(TAG, "Failed to get carrier state from HAL");
102 Slog.e(TAG, "Unknown return value indicates code is out of sync with HAL");
114 Slog.i(TAG, "Updated device allows OEM lock state to: " + allowedByDevice);
118 Slog.e(TAG, "Unknown return value indicates code is out of sync with HAL");
124 Slog.e(TAG, "Failed to set device state with HAL", e);
140 Slog.e(TAG, "Failed to get devie state from HAL");
150 Slog.e(TAG, "Unknown return value indicates code is out of sync with HAL");