Lines Matching refs:TAG

40     private static final String TAG = "FULLockscreen";
93 Log.d(TAG, "initializeView()");
108 if (DEBUG) Log.d(TAG, "stopAndShowBackup()");
118 if (DEBUG) Log.d(TAG, "start()");
120 Log.e(TAG, "start() called off of the UI thread");
124 Log.w(TAG, "start() called when already running");
128 Log.d(TAG, "Binding to Face Unlock service for user="
136 Log.w(TAG, "Attempt to bind to Face Unlock when already bound");
147 if (DEBUG) Log.d(TAG, "stop()");
149 Log.e(TAG, "stop() called from non-UI thread");
167 Log.d(TAG, "Unbinding from Face Unlock service");
174 if (DEBUG) Log.d(TAG, "Attempt to unbind from Face Unlock when not bound");
184 if (DEBUG) Log.d(TAG, "cleanUp()");
229 Log.e(TAG, "Unhandled message");
240 Log.d(TAG, "handleServiceConnected()");
248 Log.d(TAG, "Dropping startUi() in handleServiceConnected() because no longer bound");
255 Log.e(TAG, "Caught exception connecting to Face Unlock: " + e.toString());
276 Log.e(TAG, "windowToken is null in handleServiceConnected()");
286 Log.e(TAG, "handleServiceDisconnected()");
301 if (DEBUG) Log.d(TAG, "handleUnlock()");
311 if (DEBUG) Log.d(TAG, "handleCancel()");
325 if (DEBUG) Log.d(TAG, "handleReportFailedAttempt()");
352 Log.d(TAG, "Connected to Face Unlock service");
361 Log.e(TAG, "Unexpected disconnect from Face Unlock service");
370 if (DEBUG) Log.d(TAG, "startUi()");
373 Log.d(TAG, "Starting Face Unlock");
378 Log.e(TAG, "Caught exception starting Face Unlock: " + e.toString());
383 Log.w(TAG, "startUi() attempted while running");
392 if (DEBUG) Log.d(TAG, "stopUi()");
398 Log.d(TAG, "Stopping Face Unlock");
402 Log.e(TAG, "Caught exception stopping Face Unlock: " + e.toString());
409 if (DEBUG) Log.d(TAG, "stopUi() attempted while not running");
422 if (DEBUG) Log.d(TAG, "unlock()");
430 if (DEBUG) Log.d(TAG, "cancel()");
438 if (DEBUG) Log.d(TAG, "reportFailedAttempt()");
447 if (DEBUG) Log.d(TAG, "pokeWakelock() for " + millis + "ms");