Home
last modified time | relevance | path

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

/development/samples/browseable/FindMyPhone/Wearable/src/com.example.android.wearable.findphone/
DFindPhoneActivity.java47 Intent cancelAlarmOperation = new Intent(this, FindPhoneService.class); in onCreate() local
48 cancelAlarmOperation.setAction(FindPhoneService.ACTION_CANCEL_ALARM); in onCreate()
49 PendingIntent cancelAlarmIntent = PendingIntent.getService(this, 0, cancelAlarmOperation, in onCreate()