Home | History | Annotate | Download | only in com.example.android.wearable.agendadata

Lines Matching refs:Log

31 import android.util.Log;
78 mLogTextView = (TextView) findViewById(R.id.log);
107 Log.i(TAG, "onGetEventsClicked(): Checking permission.");
125 Log.i(TAG, "Permissions already granted. Starting service.");
138 Log.i(TAG, "CALENDAR permission has NOT been granted. Requesting permission.");
155 Log.i(TAG, "Display calendar & contact permissions rationale for additional context.");
200 if (Log.isLoggable(TAG, Log.DEBUG)) {
201 Log.d(TAG, "onDeleteEventsClicked(): failed to get Data "
211 Log.e(TAG, "Failed to delete data items"
238 Log.e(TAG, "Failed to delete data items"
245 if (Log.isLoggable(TAG, Log.DEBUG)) {
246 Log.d(TAG, "Connected to Google Api Service.");
253 if (Log.isLoggable(TAG, Log.DEBUG)) {
254 Log.d(TAG, "onConnectionSuspended(): Cause id: " + cause);
260 if (Log.isLoggable(TAG, Log.DEBUG)) {
261 Log.d(TAG, "Disconnected from Google Api Service");
284 if (Log.isLoggable(TAG, Log.DEBUG)) {
285 Log.d(TAG, "onActivityResult request/result codes: " + requestCode + "/" + resultCode);
306 if (Log.isLoggable(TAG, Log.DEBUG)) {
307 Log.d(TAG, "onRequestPermissionsResult(): " + permissions);
313 Log.i(TAG, "Received response for Calendar permission request.");
320 Log.i(TAG, "All permission has now been granted. Showing preview.");
326 Log.i(TAG, "CALENDAR and/or CONTACT permissions were NOT granted.");