HomeSort by relevance Sort by last modified time
    Searched defs:extra_text (Results 1 - 2 of 2) sorted by null

  /external/minijail/
syscall_filter_unittest.cc 1389 const char *extra_text = "@include \/some\/file: sneaky comment\\n"; local
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppLauncherActivity.java 100 CharSequence extra_text = intent.getCharSequenceExtra(Intent.EXTRA_TEXT); local
104 // EXTRA_TEXT, we will try send this TEXT out; Currently in
119 } else if (extra_text != null && type != null) {
120 if (V) Log.v(TAG, "Get ACTION_SEND intent with Extra_text = "
121 + extra_text.toString() + "; mimetype = " + type);
122 final Uri fileUri = creatFileForSharedContent(this.createCredentialProtectedStorageContext(), extra_text);

Completed in 188 milliseconds