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

  /external/autotest/client/site_tests/logging_CrashSender/
logging_CrashSender.py 223 unknown_file = self.write_crash_dir_entry('.unknown', '')
228 not os.path.exists(unknown_file)):
231 self._shift_file_mtime(unknown_file, _25_HOURS_AGO)
234 os.path.exists(core_file) or os.path.exists(unknown_file)):
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransferAdapter.java 88 title = mContext.getString(R.string.unknown_file);
BluetoothOppUtility.java 106 info.mFileName = context.getString(R.string.unknown_file);
230 in.putExtra("title", context.getString(R.string.unknown_file));
BluetoothOppTransferHistory.java 202 fileName = this.getString(R.string.unknown_file);
BluetoothOppNotification.java 256 fileName = mContext.getString(R.string.unknown_file);

Completed in 207 milliseconds