Home
last modified time | relevance | path

Searched refs:retrieveBugreport (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/cmds/dumpstate/binder/android/os/
DIDumpstate.aidl130 void retrieveBugreport(int callingUid, @utf8InCpp String callingPackage, int userId, in retrieveBugreport() method
/frameworks/native/cmds/dumpstate/
DDumpstateService.h49 binder::Status retrieveBugreport(int32_t calling_uid,
DDumpstateService.cpp208 binder::Status DumpstateService::retrieveBugreport( in retrieveBugreport() function in android::os::DumpstateService
/frameworks/base/core/java/android/os/
DBugreportManager.java300 public void retrieveBugreport( in retrieveBugreport() method in BugreportManager
312 mBinder.retrieveBugreport(Binder.getCallingUid(), mContext.getOpPackageName(), in retrieveBugreport()
/frameworks/base/services/tests/servicestests/src/com/android/server/os/
DBugreportManagerServiceImplTest.java248 mService.retrieveBugreport(Binder.getCallingUid(), mContext.getPackageName(), in testRetrieveBugreportWithoutFilesForCaller()
/frameworks/base/services/core/java/com/android/server/os/
DBugreportManagerServiceImpl.java579 public void retrieveBugreport(int callingUidUnused, String callingPackage, int userId, in retrieveBugreport() method in BugreportManagerServiceImpl
629 ds.retrieveBugreport(callingUid, callingPackage, userId, bugreportFd, in retrieveBugreport()
/frameworks/base/core/api/
Dsystem-current.txt10640 …mission(android.Manifest.permission.DUMP) @WorkerThread public void retrieveBugreport(@NonNull Str…