/developers/build/prebuilts/gradle/BasicAndroidKeyStore/Application/src/main/java/com/example/android/basicandroidkeystore/ |
D | BasicAndroidKeyStoreFragment.java | 53 public static final String TAG = "KeyStoreFragment"; field in BasicAndroidKeyStoreFragment 90 Log.d(TAG, "Keys created"); in onOptionsItemSelected() 93 Log.w(TAG, "RSA not supported", e); in onOptionsItemSelected() 95 Log.w(TAG, "No such provider: AndroidKeyStore"); in onOptionsItemSelected() 97 Log.w(TAG, "Invalid Algorithm Parameter Exception", e); in onOptionsItemSelected() 104 Log.w(TAG, "KeyStore not Initialized", e); in onOptionsItemSelected() 106 Log.w(TAG, "KeyPair not recovered", e); in onOptionsItemSelected() 108 Log.w(TAG, "RSA not supported", e); in onOptionsItemSelected() 110 Log.w(TAG, "Invalid Key", e); in onOptionsItemSelected() 112 Log.w(TAG, "Invalid Signature", e); in onOptionsItemSelected() [all …]
|
/developers/samples/android/security/keystore/BasicAndroidKeyStore/Application/src/main/java/com/example/android/basicandroidkeystore/ |
D | BasicAndroidKeyStoreFragment.java | 53 public static final String TAG = "KeyStoreFragment"; field in BasicAndroidKeyStoreFragment 90 Log.d(TAG, "Keys created"); in onOptionsItemSelected() 93 Log.w(TAG, "RSA not supported", e); in onOptionsItemSelected() 95 Log.w(TAG, "No such provider: AndroidKeyStore"); in onOptionsItemSelected() 97 Log.w(TAG, "Invalid Algorithm Parameter Exception", e); in onOptionsItemSelected() 104 Log.w(TAG, "KeyStore not Initialized", e); in onOptionsItemSelected() 106 Log.w(TAG, "KeyPair not recovered", e); in onOptionsItemSelected() 108 Log.w(TAG, "RSA not supported", e); in onOptionsItemSelected() 110 Log.w(TAG, "Invalid Key", e); in onOptionsItemSelected() 112 Log.w(TAG, "Invalid Signature", e); in onOptionsItemSelected() [all …]
|
/developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/config/ |
D | DigitalWatchFaceConfigListenerService.java | 40 private static final String TAG = "DigitalListenerService"; field in DigitalWatchFaceConfigListenerService 47 if (Log.isLoggable(TAG, Log.DEBUG)) { in onMessageReceived() 48 Log.d(TAG, "onMessageReceived: " + messageEvent); in onMessageReceived() 58 if (Log.isLoggable(TAG, Log.DEBUG)) { in onMessageReceived() 59 Log.d(TAG, "Received watch face config message: " + configKeysToOverwrite); in onMessageReceived() 71 Log.e(TAG, "Failed to connect to GoogleApiClient."); in onMessageReceived() 81 if (Log.isLoggable(TAG, Log.DEBUG)) { in onConnected() 82 Log.d(TAG, "onConnected: " + connectionHint); in onConnected() 88 if (Log.isLoggable(TAG, Log.DEBUG)) { in onConnectionSuspended() 89 Log.d(TAG, "onConnectionSuspended: " + cause); in onConnectionSuspended() [all …]
|
/developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/config/ |
D | DigitalWatchFaceConfigListenerService.java | 40 private static final String TAG = "DigitalListenerService"; field in DigitalWatchFaceConfigListenerService 47 if (Log.isLoggable(TAG, Log.DEBUG)) { in onMessageReceived() 48 Log.d(TAG, "onMessageReceived: " + messageEvent); in onMessageReceived() 58 if (Log.isLoggable(TAG, Log.DEBUG)) { in onMessageReceived() 59 Log.d(TAG, "Received watch face config message: " + configKeysToOverwrite); in onMessageReceived() 71 Log.e(TAG, "Failed to connect to GoogleApiClient."); in onMessageReceived() 81 if (Log.isLoggable(TAG, Log.DEBUG)) { in onConnected() 82 Log.d(TAG, "onConnected: " + connectionHint); in onConnected() 88 if (Log.isLoggable(TAG, Log.DEBUG)) { in onConnectionSuspended() 89 Log.d(TAG, "onConnectionSuspended: " + cause); in onConnectionSuspended() [all …]
|
/developers/samples/android/wearable/wear/WearVerifyRemoteApp/Application/src/main/java/com/example/android/wearable/wear/wearverifyremoteapp/ |
D | MainMobileActivity.java | 50 private static final String TAG = "MainMobileActivity"; field in MainMobileActivity 91 Log.d(TAG, "onReceiveResult: " + resultCode); 122 Log.d(TAG, "onCreate()"); in onCreate() 141 Log.d(TAG, "onPause()"); in onPause() 149 Log.d(TAG, "onResume()"); in onResume() 168 Log.d(TAG, "onCapabilityChanged(): " + capabilityInfo); in onCapabilityChanged() 180 Log.d(TAG, "findWearDevicesWithApp()"); in findWearDevicesWithApp() 190 Log.d(TAG, "Capability request succeeded."); in findWearDevicesWithApp() 195 Log.d(TAG, "Capable Nodes: " + mWearNodesWithApp); in findWearDevicesWithApp() 200 Log.d(TAG, "Capability request failed to return any results."); in findWearDevicesWithApp() [all …]
|
/developers/samples/android/system/RuntimePermissions/kotlinApp/app/src/main/java/com/example/android/system/runtimepermissions/camera/ |
D | CameraPreview.kt | 67 Log.d(TAG, "Camera preview started.") in surfaceCreated() 70 Log.d(TAG, "Error setting camera preview: " + e.message) in surfaceCreated() 85 Log.d(TAG, "Preview surface does not exist") in surfaceChanged() 93 Log.d(TAG, "Preview stopped.") in surfaceChanged() 97 Log.d(TAG, "Error starting camera preview: " + e.message) in surfaceChanged() 107 Log.d(TAG, "Camera preview started.") in surfaceChanged() 110 Log.d(TAG, "Error starting camera preview: " + e.message) in surfaceChanged() 115 private const val TAG = "CameraPreview" constant
|
/developers/build/prebuilts/gradle/RuntimePermissions/kotlinApp/app/src/main/java/com/example/android/system/runtimepermissions/camera/ |
D | CameraPreview.kt | 67 Log.d(TAG, "Camera preview started.") in surfaceCreated() 70 Log.d(TAG, "Error setting camera preview: " + e.message) in surfaceCreated() 85 Log.d(TAG, "Preview surface does not exist") in surfaceChanged() 93 Log.d(TAG, "Preview stopped.") in surfaceChanged() 97 Log.d(TAG, "Error starting camera preview: " + e.message) in surfaceChanged() 107 Log.d(TAG, "Camera preview started.") in surfaceChanged() 110 Log.d(TAG, "Error starting camera preview: " + e.message) in surfaceChanged() 115 private const val TAG = "CameraPreview" constant
|
/developers/build/prebuilts/gradle/WearVerifyRemoteApp/Application/src/main/java/com/example/android/wearable/wear/wearverifyremoteapp/ |
D | MainMobileActivity.java | 56 private static final String TAG = "MainMobileActivity"; field in MainMobileActivity 97 Log.d(TAG, "onReceiveResult: " + resultCode); 130 Log.d(TAG, "onCreate()"); in onCreate() 156 Log.d(TAG, "onPause()"); in onPause() 172 Log.d(TAG, "onResume()"); in onResume() 181 Log.d(TAG, "onConnected()"); in onConnected() 201 Log.d(TAG, "onConnectionSuspended(): connection to location client suspended: " + i); in onConnectionSuspended() 206 Log.e(TAG, "onConnectionFailed(): " + connectionResult); in onConnectionFailed() 213 Log.d(TAG, "onCapabilityChanged(): " + capabilityInfo); in onCapabilityChanged() 225 Log.d(TAG, "findWearDevicesWithApp()"); in findWearDevicesWithApp() [all …]
|
/developers/samples/android/deprecated/wearable/wear/AgendaData/Application/src/main/java/com/example/android/wearable/agendadata/ |
D | MainActivity.java | 19 import static com.example.android.wearable.agendadata.Constants.TAG; 107 Log.i(TAG, "onGetEventsClicked(): Checking permission."); in onGetEventsClicked() 125 Log.i(TAG, "Permissions already granted. Starting service."); in onGetEventsClicked() 138 Log.i(TAG, "CALENDAR permission has NOT been granted. Requesting permission."); in requestCalendarAndContactPermissions() 155 Log.i(TAG, "Display calendar & contact permissions rationale for additional context."); in requestCalendarAndContactPermissions() 200 if (Log.isLoggable(TAG, Log.DEBUG)) { in onDeleteEventsClicked() 201 Log.d(TAG, "onDeleteEventsClicked(): failed to get Data " in onDeleteEventsClicked() 211 Log.e(TAG, "Failed to delete data items" in onDeleteEventsClicked() 238 Log.e(TAG, "Failed to delete data items" in deleteDataItems() 245 if (Log.isLoggable(TAG, Log.DEBUG)) { in onConnected() [all …]
|
/developers/build/prebuilts/gradle/AgendaData/Application/src/main/java/com/example/android/wearable/agendadata/ |
D | MainActivity.java | 19 import static com.example.android.wearable.agendadata.Constants.TAG; 107 Log.i(TAG, "onGetEventsClicked(): Checking permission."); in onGetEventsClicked() 125 Log.i(TAG, "Permissions already granted. Starting service."); in onGetEventsClicked() 138 Log.i(TAG, "CALENDAR permission has NOT been granted. Requesting permission."); in requestCalendarAndContactPermissions() 155 Log.i(TAG, "Display calendar & contact permissions rationale for additional context."); in requestCalendarAndContactPermissions() 200 if (Log.isLoggable(TAG, Log.DEBUG)) { in onDeleteEventsClicked() 201 Log.d(TAG, "onDeleteEventsClicked(): failed to get Data " in onDeleteEventsClicked() 211 Log.e(TAG, "Failed to delete data items" in onDeleteEventsClicked() 238 Log.e(TAG, "Failed to delete data items" in deleteDataItems() 245 if (Log.isLoggable(TAG, Log.DEBUG)) { in onConnected() [all …]
|
/developers/samples/android/deprecated/wearable/wear/AgendaData/Wearable/src/main/java/com/example/android/wearable/agendadata/ |
D | DeleteService.java | 26 import static com.example.android.wearable.agendadata.Constants.TAG; 65 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onHandleIntent() 66 Log.v(TAG, "DeleteService.onHandleIntent=" + dataItemUri); in onHandleIntent() 76 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onHandleIntent() 77 Log.v(TAG, "DeleteService.onHandleIntent: Failed to delete dataItem:" in onHandleIntent() 87 Log.e(TAG, "Failed to delete data item: " + dataItemUri in onHandleIntent() 108 if (Log.isLoggable(TAG, Log.DEBUG)) { in onConnected() 109 Log.d(TAG, "onConnected: " + connectionHint); in onConnected() 115 if (Log.isLoggable(TAG, Log.DEBUG)) { in onConnectionSuspended() 116 Log.d(TAG, "onConnectionSuspended: " + cause); in onConnectionSuspended() [all …]
|
/developers/build/prebuilts/gradle/AgendaData/Wearable/src/main/java/com/example/android/wearable/agendadata/ |
D | DeleteService.java | 26 import static com.example.android.wearable.agendadata.Constants.TAG; 65 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onHandleIntent() 66 Log.v(TAG, "DeleteService.onHandleIntent=" + dataItemUri); in onHandleIntent() 76 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onHandleIntent() 77 Log.v(TAG, "DeleteService.onHandleIntent: Failed to delete dataItem:" in onHandleIntent() 87 Log.e(TAG, "Failed to delete data item: " + dataItemUri in onHandleIntent() 108 if (Log.isLoggable(TAG, Log.DEBUG)) { in onConnected() 109 Log.d(TAG, "onConnected: " + connectionHint); in onConnected() 115 if (Log.isLoggable(TAG, Log.DEBUG)) { in onConnectionSuspended() 116 Log.d(TAG, "onConnectionSuspended: " + cause); in onConnectionSuspended() [all …]
|
/developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/ |
D | BluetoothChatService.java | 43 private static final String TAG = "BluetoothChatService"; field in BluetoothChatService 89 Log.d(TAG, "updateUserInterfaceTitle() " + mNewState + " -> " + mState); in updateUserInterfaceTitle() 108 Log.d(TAG, "start"); in start() 142 Log.d(TAG, "connect to: " + device); in connect() 173 Log.d(TAG, "connected, Socket Type:" + socketType); in connected() 215 Log.d(TAG, "stop"); in stop() 321 Log.e(TAG, "Socket Type: " + mSocketType + "listen() failed", e); in AcceptThread() 328 Log.d(TAG, "Socket Type: " + mSocketType + in run() 341 Log.e(TAG, "Socket Type: " + mSocketType + "accept() failed", e); in run() 361 Log.e(TAG, "Could not close unwanted socket", e); in run() [all …]
|
/developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/ |
D | BluetoothChatService.java | 43 private static final String TAG = "BluetoothChatService"; field in BluetoothChatService 89 Log.d(TAG, "updateUserInterfaceTitle() " + mNewState + " -> " + mState); in updateUserInterfaceTitle() 108 Log.d(TAG, "start"); in start() 142 Log.d(TAG, "connect to: " + device); in connect() 173 Log.d(TAG, "connected, Socket Type:" + socketType); in connected() 215 Log.d(TAG, "stop"); in stop() 321 Log.e(TAG, "Socket Type: " + mSocketType + "listen() failed", e); in AcceptThread() 328 Log.d(TAG, "Socket Type: " + mSocketType + in run() 341 Log.e(TAG, "Socket Type: " + mSocketType + "accept() failed", e); in run() 361 Log.e(TAG, "Could not close unwanted socket", e); in run() [all …]
|
/developers/samples/android/wearable/wear/WearVerifyRemoteApp/Wearable/src/main/java/com/example/android/wearable/wear/wearverifyremoteapp/ |
D | MainWearActivity.java | 51 private static final String TAG = "MainWearActivity"; field in MainWearActivity 107 Log.d(TAG, "onCreate()"); in onCreate() 131 Log.d(TAG, "onPause()"); in onPause() 139 Log.d(TAG, "onResume()"); in onResume() 151 Log.d(TAG, "onCapabilityChanged(): " + capabilityInfo); in onCapabilityChanged() 158 Log.d(TAG, "checkIfPhoneHasApp()"); in checkIfPhoneHasApp() 168 Log.d(TAG, "Capability request succeeded."); in checkIfPhoneHasApp() 173 Log.d(TAG, "Capability request failed to return any results."); in checkIfPhoneHasApp() 190 Log.d(TAG, installMessage); in verifyNodeAndUpdateUI() 195 Log.d(TAG, MISSING_MESSAGE); in verifyNodeAndUpdateUI() [all …]
|
/developers/build/prebuilts/gradle/BasicGestureDetect/Application/src/main/java/com/example/android/basicgesturedetect/ |
D | GestureListener.java | 28 public static final String TAG = "GestureListener"; field in GestureListener 34 Log.i(TAG, "Single Tap Up" + getTouchType(e)); in onSingleTapUp() 42 Log.i(TAG, "Long Press" + getTouchType(e)); in onLongPress() 49 Log.i(TAG, "Scroll" + getTouchType(e1)); in onScroll() 57 Log.i(TAG, "Fling" + getTouchType(e1)); in onFling() 64 Log.i(TAG, "Show Press" + getTouchType(e)); in onShowPress() 70 Log.i(TAG, "Down" + getTouchType(e)); in onDown() 77 Log.i(TAG, "Double tap" + getTouchType(e)); in onDoubleTap() 86 Log.i(TAG, "Event within double tap" + getTouchType(e)); in onDoubleTapEvent() 94 Log.i(TAG, "Single tap confirmed" + getTouchType(e)); in onSingleTapConfirmed()
|
/developers/samples/android/input/gestures/BasicGestureDetect/Application/src/main/java/com/example/android/basicgesturedetect/ |
D | GestureListener.java | 28 public static final String TAG = "GestureListener"; field in GestureListener 34 Log.i(TAG, "Single Tap Up" + getTouchType(e)); in onSingleTapUp() 42 Log.i(TAG, "Long Press" + getTouchType(e)); in onLongPress() 49 Log.i(TAG, "Scroll" + getTouchType(e1)); in onScroll() 57 Log.i(TAG, "Fling" + getTouchType(e1)); in onFling() 64 Log.i(TAG, "Show Press" + getTouchType(e)); in onShowPress() 70 Log.i(TAG, "Down" + getTouchType(e)); in onDown() 77 Log.i(TAG, "Double tap" + getTouchType(e)); in onDoubleTap() 86 Log.i(TAG, "Event within double tap" + getTouchType(e)); in onDoubleTapEvent() 94 Log.i(TAG, "Single tap confirmed" + getTouchType(e)); in onSingleTapConfirmed()
|
/developers/build/prebuilts/gradle/WearVerifyRemoteApp/Wearable/src/main/java/com/example/android/wearable/wear/wearverifyremoteapp/ |
D | MainWearActivity.java | 56 private static final String TAG = "MainWearActivity"; field in MainWearActivity 114 Log.d(TAG, "onCreate()"); in onCreate() 144 Log.d(TAG, "onPause()"); in onPause() 159 Log.d(TAG, "onResume()"); in onResume() 168 Log.d(TAG, "onConnected()"); in onConnected() 181 Log.d(TAG, "onConnectionSuspended(): connection to location client suspended: " + i); in onConnectionSuspended() 186 Log.e(TAG, "onConnectionFailed(): " + connectionResult); in onConnectionFailed() 193 Log.d(TAG, "onCapabilityChanged(): " + capabilityInfo); in onCapabilityChanged() 200 Log.d(TAG, "checkIfPhoneHasApp()"); in checkIfPhoneHasApp() 212 Log.d(TAG, "onResult(): " + getCapabilityResult); in checkIfPhoneHasApp() [all …]
|
/developers/samples/android/system/RuntimePermissions/kotlinApp/app/src/main/java/com/example/android/system/runtimepermissions/ |
D | MainActivity.kt | 96 Log.i(TAG, "Show camera button pressed. Checking permission.") in showCamera() 103 Log.i(TAG, in showCamera() 115 Log.i(TAG, "CAMERA permission has NOT been granted. Requesting permission.") in requestCameraPermission() 120 Log.i(TAG, "Displaying camera permission rationale to provide additional context.") in requestCameraPermission() 139 Log.i(TAG, "Show contacts button pressed. Checking permissions.") in showContacts() 145 Log.i(TAG, "Contact permissions has NOT been granted. Requesting permissions.") in showContacts() 149 Log.i(TAG, in showContacts() 167 Log.i(TAG, "Displaying contacts permission rationale to provide additional context.") in requestContactsPermissions() 212 Log.i(TAG, "Received response for Camera permission request.") in onRequestPermissionsResult() 217 Log.i(TAG, "CAMERA permission has now been granted. Showing preview.") in onRequestPermissionsResult() [all …]
|
/developers/build/prebuilts/gradle/RuntimePermissions/kotlinApp/app/src/main/java/com/example/android/system/runtimepermissions/ |
D | MainActivity.kt | 96 Log.i(TAG, "Show camera button pressed. Checking permission.") in showCamera() 103 Log.i(TAG, in showCamera() 115 Log.i(TAG, "CAMERA permission has NOT been granted. Requesting permission.") in requestCameraPermission() 120 Log.i(TAG, "Displaying camera permission rationale to provide additional context.") in requestCameraPermission() 139 Log.i(TAG, "Show contacts button pressed. Checking permissions.") in showContacts() 145 Log.i(TAG, "Contact permissions has NOT been granted. Requesting permissions.") in showContacts() 149 Log.i(TAG, in showContacts() 167 Log.i(TAG, "Displaying contacts permission rationale to provide additional context.") in requestContactsPermissions() 212 Log.i(TAG, "Received response for Camera permission request.") in onRequestPermissionsResult() 217 Log.i(TAG, "CAMERA permission has now been granted. Showing preview.") in onRequestPermissionsResult() [all …]
|
/developers/build/prebuilts/gradle/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/ |
D | BluetoothLeService.java | 43 private final static String TAG = BluetoothLeService.class.getSimpleName(); field in BluetoothLeService 79 Log.i(TAG, "Connected to GATT server."); 81 Log.i(TAG, "Attempting to start service discovery:" + 87 Log.i(TAG, "Disconnected from GATT server."); 97 Log.w(TAG, "onServicesDiscovered received: " + status); 134 Log.d(TAG, "Heart rate format UINT16."); in broadcastUpdate() 137 Log.d(TAG, "Heart rate format UINT8."); in broadcastUpdate() 140 Log.d(TAG, String.format("Received heart rate: %d", heartRate)); in broadcastUpdate() 188 Log.e(TAG, "Unable to initialize BluetoothManager."); in initialize() 195 Log.e(TAG, "Unable to obtain a BluetoothAdapter."); in initialize() [all …]
|
/developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/ |
D | BluetoothLeService.java | 43 private final static String TAG = BluetoothLeService.class.getSimpleName(); field in BluetoothLeService 79 Log.i(TAG, "Connected to GATT server."); 81 Log.i(TAG, "Attempting to start service discovery:" + 87 Log.i(TAG, "Disconnected from GATT server."); 97 Log.w(TAG, "onServicesDiscovered received: " + status); 134 Log.d(TAG, "Heart rate format UINT16."); in broadcastUpdate() 137 Log.d(TAG, "Heart rate format UINT8."); in broadcastUpdate() 140 Log.d(TAG, String.format("Received heart rate: %d", heartRate)); in broadcastUpdate() 188 Log.e(TAG, "Unable to initialize BluetoothManager."); in initialize() 195 Log.e(TAG, "Unable to obtain a BluetoothAdapter."); in initialize() [all …]
|
/developers/samples/android/wearable/wear/RuntimePermissionsWear/Wearable/src/main/java/com/example/android/wearable/runtimepermissions/ |
D | IncomingRequestWearService.java | 47 private static final String TAG = "IncomingRequestService"; field in IncomingRequestWearService 50 Log.d(TAG, "IncomingRequestWearService()"); in IncomingRequestWearService() 56 Log.d(TAG, "onCreate()"); in onCreate() 61 Log.d(TAG, "onMessageReceived(): " + messageEvent); in onMessageReceived() 80 Log.d(TAG, "promptUserForSensorPermission()"); in promptUserForSensorPermission() 101 Log.d(TAG, "respondWithSensorInformation()"); in respondWithSensorInformation() 131 Log.d(TAG, "sendMessage(): " + dataMap); in sendMessage() 142 Log.d(TAG, "Capability request succeeded."); in sendMessage() 161 Log.d(TAG, "Message sent successfully"); in sendMessage() 163 Log.d(TAG, "Message failed."); in sendMessage() [all …]
|
/developers/build/prebuilts/gradle/RuntimePermissions/Application/src/main/java/com/example/android/system/runtimepermissions/ |
D | MainActivity.java | 79 public static final String TAG = "MainActivity"; field in MainActivity 107 Log.i(TAG, "Show camera button pressed. Checking permission."); in showCamera() 119 Log.i(TAG, in showCamera() 133 Log.i(TAG, "CAMERA permission has NOT been granted. Requesting permission."); in requestCameraPermission() 141 Log.i(TAG, in requestCameraPermission() 168 Log.i(TAG, "Show contacts button pressed. Checking permissions."); in showContacts() 176 Log.i(TAG, "Contact permissions has NOT been granted. Requesting permissions."); in showContacts() 182 Log.i(TAG, in showContacts() 203 Log.i(TAG, in requestContactsPermissions() 260 Log.i(TAG, "Received response for Camera permission request."); in onRequestPermissionsResult() [all …]
|
/developers/samples/android/system/RuntimePermissions/Application/src/main/java/com/example/android/system/runtimepermissions/ |
D | MainActivity.java | 79 public static final String TAG = "MainActivity"; field in MainActivity 107 Log.i(TAG, "Show camera button pressed. Checking permission."); in showCamera() 119 Log.i(TAG, in showCamera() 133 Log.i(TAG, "CAMERA permission has NOT been granted. Requesting permission."); in requestCameraPermission() 141 Log.i(TAG, in requestCameraPermission() 168 Log.i(TAG, "Show contacts button pressed. Checking permissions."); in showContacts() 176 Log.i(TAG, "Contact permissions has NOT been granted. Requesting permissions."); in showContacts() 182 Log.i(TAG, in showContacts() 203 Log.i(TAG, in requestContactsPermissions() 260 Log.i(TAG, "Received response for Camera permission request."); in onRequestPermissionsResult() [all …]
|