HomeSort by relevance Sort by last modified time
    Searched refs:itemSelected (Results 1 - 12 of 12) sorted by null

  /developers/build/prebuilts/gradle/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/
Controller.java 34 public void itemSelected(String notificationStyleSelected) {
35 mView.itemSelected(notificationStyleSelected);
CustomRecyclerAdapter.java 82 mController.itemSelected(mDataSet[position]);
StandaloneMainActivity.java 134 public void itemSelected(String data) {
136 Log.d(TAG, "itemSelected()");
    [all...]
  /developers/samples/android/wearable/wear/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/
Controller.java 34 public void itemSelected(String notificationStyleSelected) {
35 mView.itemSelected(notificationStyleSelected);
CustomRecyclerAdapter.java 83 mController.itemSelected(mDataSet[position]);
StandaloneMainActivity.java 137 public void itemSelected(String data) {
139 Log.d(TAG, "itemSelected()");
    [all...]
  /development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/
Controller.java 19 public void itemSelected(String notificationStyleSelected) {
20 mView.itemSelected(notificationStyleSelected);
CustomRecyclerAdapter.java 82 mController.itemSelected(mDataSet[position]);
StandaloneMainActivity.java 117 public void itemSelected(String data) {
119 Log.d(TAG, "itemSelected()");
    [all...]
  /external/selinux/gui/
domainsPage.py 72 self.view.get_selection().connect("changed", self.itemSelected)
108 def itemSelected(self, selection):
132 self.itemSelected(selection)
157 self.itemSelected(selection)
semanagePage.py 66 self.view.get_selection().connect("changed", self.itemSelected)
80 def itemSelected(self, selection):
system-config-selinux.py 157 def itemSelected(self, selection):
171 self.view.get_selection().connect("changed", self.itemSelected)

Completed in 427 milliseconds