HomeSort by relevance Sort by last modified time
    Searched full:action_show (Results 1 - 5 of 5) sorted by null

  /developers/samples/android/wearable/wear/Timer/Wearable/src/main/java/com/example/android/timer/util/
Constants.java 34 = "com.android.example.clockwork.timer.ACTION_SHOW";
  /development/samples/wearable/Timer/Wearable/src/main/java/com/example/android/wearable/timer/util/
Constants.java 34 = "com.android.example.clockwork.timer.ACTION_SHOW";
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
ZenToast.java 42 private static final String ACTION_SHOW = ZenToast.class.getName() + ".SHOW";
59 filter.addAction(ACTION_SHOW);
154 if (ACTION_SHOW.equals(intent.getAction())) {
  /external/e2fsprogs/ext2ed/
dir_com.c 428 We use search_dir_entries to run on all the entries. Each time, action_show will be called to show one entry.
438 search_dir_entries (&action_show,&status);
444 int action_show (struct struct_file_info *info) function
ext2ed.h 380 int action_show (struct struct_file_info *info);

Completed in 1175 milliseconds