Lines Matching refs:Constants
28 import com.example.android.wearable.synchronizednotifications.common.Constants;
77 Constants.PHONE_ONLY_ID, false);
81 Constants.WATCH_ONLY_PATH);
106 Intent dismissIntent = new Intent(Constants.ACTION_DISMISS);
107 dismissIntent.putExtra(Constants.KEY_NOTIFICATION_ID, Constants.BOTH_ID);
126 putDataMapRequest.getDataMap().putString(Constants.KEY_CONTENT, content);
127 putDataMapRequest.getDataMap().putString(Constants.KEY_TITLE, title);
158 buildWearableOnlyNotification(watchTitle, content, Constants.BOTH_PATH);
161 buildLocalOnlyNotification(phoneTitle, content, Constants.BOTH_ID, true);