Searched refs:retrieveBugreport (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/cmds/dumpstate/binder/android/os/ |
D | IDumpstate.aidl | 130 void retrieveBugreport(int callingUid, @utf8InCpp String callingPackage, int userId, in retrieveBugreport() method
|
/frameworks/native/cmds/dumpstate/ |
D | DumpstateService.h | 49 binder::Status retrieveBugreport(int32_t calling_uid,
|
D | DumpstateService.cpp | 208 binder::Status DumpstateService::retrieveBugreport( in retrieveBugreport() function in android::os::DumpstateService
|
/frameworks/base/core/java/android/os/ |
D | BugreportManager.java | 300 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/ |
D | BugreportManagerServiceImplTest.java | 248 mService.retrieveBugreport(Binder.getCallingUid(), mContext.getPackageName(), in testRetrieveBugreportWithoutFilesForCaller()
|
/frameworks/base/services/core/java/com/android/server/os/ |
D | BugreportManagerServiceImpl.java | 579 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/ |
D | system-current.txt | 10640 …mission(android.Manifest.permission.DUMP) @WorkerThread public void retrieveBugreport(@NonNull Str…
|