Home
last modified time | relevance | path

Searched refs:PERMISSION_REQUEST_READ_CALENDAR (Results 1 – 1 of 1) sorted by relevance

/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DCalendarWatchFacePermissionActivity.java20 private static final int PERMISSION_REQUEST_READ_CALENDAR = 1; field in CalendarWatchFacePermissionActivity
36 PERMISSION_REQUEST_READ_CALENDAR); in onClickEnablePermission()
49 if (requestCode == PERMISSION_REQUEST_READ_CALENDAR) { in onRequestPermissionsResult()