Home
last modified time | relevance | path

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

/development/samples/browseable/FindMyPhone/Wearable/src/com.example.android.wearable.findphone/
DFindPhoneActivity.java41 Intent toggleAlarmOperation = new Intent(this, FindPhoneService.class); in onCreate() local
42 toggleAlarmOperation.setAction(FindPhoneService.ACTION_TOGGLE_ALARM); in onCreate()
43 PendingIntent toggleAlarmIntent = PendingIntent.getService(this, 0, toggleAlarmOperation, in onCreate()