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

  /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: {
  /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...]

Completed in 85 milliseconds