Searched refs:cancelAlarmOperation (Results 1 – 1 of 1) sorted by relevance
47 Intent cancelAlarmOperation = new Intent(this, FindPhoneService.class); in onCreate() local48 cancelAlarmOperation.setAction(FindPhoneService.ACTION_CANCEL_ALARM); in onCreate()49 PendingIntent cancelAlarmIntent = PendingIntent.getService(this, 0, cancelAlarmOperation, in onCreate()