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

  /developers/build/prebuilts/gradle/BasicManagedProfile/Application/src/main/res/layout/
fragment_main.xml 85 android:id="@+id/send_intent"
  /developers/samples/android/admin/BasicManagedProfile/Application/src/main/res/layout/
fragment_main.xml 85 android:id="@+id/send_intent"
  /development/samples/browseable/BasicManagedProfile/res/layout/
fragment_main.xml 85 android:id="@+id/send_intent"
  /bootable/recovery/
recovery.cpp 55 { "send_intent", required_argument, NULL, 's' },
101 * --send_intent=anystring - write the text out to recovery.intent
368 finish_recovery(const char *send_intent) {
370 if (send_intent != NULL) {
375 fputs(send_intent, fp);
1006 const char *send_intent = NULL; local
    [all...]
  /developers/build/prebuilts/gradle/BasicManagedProfile/Application/src/main/java/com/example/android/basicmanagedprofile/
BasicManagedProfileFragment.java 139 view.findViewById(R.id.send_intent).setOnClickListener(this);
169 case R.id.send_intent: {
  /developers/samples/android/admin/BasicManagedProfile/Application/src/main/java/com/example/android/basicmanagedprofile/
BasicManagedProfileFragment.java 139 view.findViewById(R.id.send_intent).setOnClickListener(this);
169 case R.id.send_intent: {
  /development/samples/browseable/BasicManagedProfile/src/com.example.android.basicmanagedprofile/
BasicManagedProfileFragment.java 139 view.findViewById(R.id.send_intent).setOnClickListener(this);
169 case R.id.send_intent: {

Completed in 1521 milliseconds