Searched refs:bugreportFile (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/services/core/java/com/android/server/os/ |
D | BugreportManagerServiceImpl.java | 172 int userId, String bugreportFile, boolean forceUpdateMapping) { in ensureCallerPreviouslyGeneratedFile() argument 180 bugreportFile, callingInfo.second); in ensureCallerPreviouslyGeneratedFile() 198 || !bugreportFilesForUid.contains(bugreportFile)) { in ensureCallerPreviouslyGeneratedFile() 200 bugreportFile, callingInfo.second); in ensureCallerPreviouslyGeneratedFile() 206 bugreportFile); in ensureCallerPreviouslyGeneratedFile() 210 bugreportFilesForUid.remove(bugreportFile); in ensureCallerPreviouslyGeneratedFile() 215 && bugreportFilesForCaller.contains(bugreportFile)) { in ensureCallerPreviouslyGeneratedFile() 216 bugreportFilesForCaller.remove(bugreportFile); in ensureCallerPreviouslyGeneratedFile() 222 bugreportFile, callingInfo.second); in ensureCallerPreviouslyGeneratedFile() 230 String bugreportFile, String packageName) { in throwInvalidBugreportFileForCallerException() argument [all …]
|
/frameworks/base/packages/Shell/src/com/android/shell/ |
D | BugreportProgressService.java | 401 if (mInfo.bugreportFile.length() == 0) { in onFinished() 402 Log.e(TAG, "Bugreport file empty. File path = " + mInfo.bugreportFile); in onFinished() 433 final String bugreportFilePath = mInfo.bugreportFile.getAbsolutePath(); in sendBugreportFinishedBroadcastLocked() 436 mInfo.bugreportFile, mInfo.nonce); in sendBugreportFinishedBroadcastLocked() 449 String bugreportFileName, File bugreportFile, long nonce) { in sendRemoteBugreportFinishedBroadcast() argument 455 REMOTE_BUGREPORT_FILES_AMOUNT, REMOTE_MIN_KEEP_AGE, bugreportFile.getParentFile()); in sendRemoteBugreportFinishedBroadcast() 457 final Uri bugreportUri = getUri(context, bugreportFile); in sendRemoteBugreportFinishedBroadcast() 690 if (info.bugreportFile.exists()) { in startBugreportAPI() 692 + info.bugreportFile + " already exists"); in startBugreportAPI() 711 info.bugreportFile.delete(); in startBugreportAPI() [all …]
|
/frameworks/base/core/java/android/os/ |
D | BugreportManager.java | 166 public void onFinished(@NonNull String bugreportFile) {} in onFinished() argument 301 @NonNull String bugreportFile, in retrieveBugreport() 307 Preconditions.checkNotNull(bugreportFile); in retrieveBugreport() 315 bugreportFile, in retrieveBugreport() local 456 public void onFinished(String bugreportFile) throws RemoteException { in onFinished() argument 460 mExecutor.execute(() -> mCallback.onFinished(bugreportFile)); in onFinished()
|
/frameworks/native/cmds/dumpstate/binder/android/os/ |
D | IDumpstateListener.aidl | 66 oneway void onFinished(@utf8InCpp String bugreportFile); in onFinished() argument
|
D | IDumpstate.aidl | 132 @utf8InCpp String bugreportFile, in retrieveBugreport() argument
|
/frameworks/base/services/tests/servicestests/src/com/android/server/os/ |
D | BugreportManagerServiceImplTest.java | 302 public void onFinished(String bugreportFile) throws RemoteException { in onFinished() argument
|