Lines Matching refs:TAG

41     private static final String TAG = "FULLockscreen";
91 Log.d(TAG, "initializeView()");
106 if (DEBUG) Log.d(TAG, "stopAndShowBackup()");
116 if (DEBUG) Log.d(TAG, "start()");
118 Log.e(TAG, "start() called off of the UI thread");
122 Log.w(TAG, "start() called when already running");
126 Log.d(TAG, "Binding to Face Unlock service for user="
135 Log.w(TAG, "Attempt to bind to Face Unlock when already bound");
146 if (DEBUG) Log.d(TAG, "stop()");
148 Log.e(TAG, "stop() called from non-UI thread");
166 Log.d(TAG, "Unbinding from Face Unlock service");
173 if (DEBUG) Log.d(TAG, "Attempt to unbind from Face Unlock when not bound");
183 if (DEBUG) Log.d(TAG, "cleanUp()");
228 Log.e(TAG, "Unhandled message");
239 Log.d(TAG, "handleServiceConnected()");
247 Log.d(TAG, "Dropping startUi() in handleServiceConnected() because no longer bound");
254 Log.e(TAG, "Caught exception connecting to Face Unlock: " + e.toString());
275 Log.e(TAG, "windowToken is null in handleServiceConnected()");
285 Log.e(TAG, "handleServiceDisconnected()");
300 if (DEBUG) Log.d(TAG, "handleUnlock()");
304 if (DEBUG) Log.d(TAG, "Unlocking for user " + authenticatedUserId);
308 Log.d(TAG, "Ignoring unlock for authenticated user (" + authenticatedUserId +
317 if (DEBUG) Log.d(TAG, "handleCancel()");
331 if (DEBUG) Log.d(TAG, "handleReportFailedAttempt()");
358 Log.d(TAG, "Connected to Face Unlock service");
367 Log.e(TAG, "Unexpected disconnect from Face Unlock service");
376 if (DEBUG) Log.d(TAG, "startUi()");
379 Log.d(TAG, "Starting Face Unlock");
384 Log.e(TAG, "Caught exception starting Face Unlock: " + e.toString());
389 Log.w(TAG, "startUi() attempted while running");
398 if (DEBUG) Log.d(TAG, "stopUi()");
404 Log.d(TAG, "Stopping Face Unlock");
408 Log.e(TAG, "Caught exception stopping Face Unlock: " + e.toString());
415 if (DEBUG) Log.d(TAG, "stopUi() attempted while not running");
428 if (DEBUG) Log.d(TAG, "unlock()");
437 if (DEBUG) Log.d(TAG, "cancel()");
445 if (DEBUG) Log.d(TAG, "reportFailedAttempt()");
454 if (DEBUG) Log.d(TAG, "pokeWakelock() for " + millis + "ms");