/frameworks/base/core/tests/bugreports/src/com/android/os/bugreports/tests/ |
D | BugreportManagerTest.java | 156 mBrm.startBugreport(mBugreportFd, null /*screenshotFd = null*/, wifi(), in normalFlow_wifi() 174 mBrm.startBugreport(mBugreportFd, null /*screenshotFd = null*/, interactive(), in normalFlow_interactive() 191 mBrm.startBugreport(mBugreportFd, mScreenshotFd, full(), mExecutor, callback); in normalFlow_full() 212 mBrm.startBugreport(mBugreportFd, null, fullWithUsePreDumpFlag(), mExecutor, in preDumpUiData_then_fullWithUsePreDumpFlag() 243 mBrm.startBugreport(mBugreportFd, null, full(), mExecutor, in preDumpData_then_fullWithoutUsePreDumpFlag_ignoresPreDump() 278 mBrm.startBugreport(mBugreportFd, null, fullWithUsePreDumpFlag(), mExecutor, in noPreDumpData_then_fullWithUsePreDumpFlag_ignoresFlag() 296 mBrm.startBugreport(mBugreportFd, mScreenshotFd, wifi(), mExecutor, callback); in simultaneousBugreportsNotAllowed() 307 mBrm.startBugreport(bugreportFd2, screenshotFd2, wifi(), mExecutor, callback2); in simultaneousBugreportsNotAllowed() 326 mBrm.startBugreport(mBugreportFd, mScreenshotFd, wifi(), mExecutor, callback); in cancelBugreport() 399 mBrm.startBugreport(mBugreportFd, mScreenshotFd, wifi(), mExecutor, callback); in insufficientPermissions_throwsException() [all …]
|
/frameworks/base/services/tests/servicestests/src/com/android/server/os/ |
D | BugreportManagerServiceImplTest.java | 185 mService.startBugreport(mCallingUid, mContext.getPackageName(), in testStartBugreport() 202 mService.startBugreport(mCallingUid, mContext.getPackageName(), in testStartBugreport_nonAdminProfileOfAdminCurrentUser() 217 () -> mService.startBugreport(mCallingUid, mContext.getPackageName(), in testStartBugreport_throwsForNonAdminUser() 234 () -> mService.startBugreport(mCallingUid, mContext.getPackageName(), in testStartBugreport_throwsForNotAffiliatedUser()
|
/frameworks/base/core/java/android/os/ |
D | BugreportManager.java | 223 public void startBugreport( in startBugreport() method in BugreportManager 247 mBinder.startBugreport( in startBugreport() 361 startBugreport( in startConnectivityBugreport()
|
/frameworks/native/cmds/dumpstate/binder/android/os/ |
D | IDumpstate.aidl | 96 void startBugreport(int callingUid, @utf8InCpp String callingPackage, in startBugreport() method
|
/frameworks/native/cmds/dumpstate/ |
D | DumpstateService.h | 43 binder::Status startBugreport(int32_t calling_uid, const std::string& calling_package,
|
D | DumpstateService.cpp | 114 binder::Status DumpstateService::startBugreport(int32_t calling_uid, in startBugreport() function in android::os::DumpstateService
|
/frameworks/native/cmds/dumpstate/tests/ |
D | dumpstate_smoke_test.cpp | 507 ds_binder->startBugreport(123, "com.example.package", std::move(bugreport_fd), in TEST_F() 546 ds_binder->startBugreport(123, "com.example.package", std::move(bugreport_fd), in TEST_F() 579 ds_binder->startBugreport(123, "com.example.package", std::move(bugreport_fd), in TEST_F() 587 status = ds_binder->startBugreport(123, "com.example.package", std::move(bugreport_fd2), in TEST_F()
|
/frameworks/base/packages/Shell/tests/src/com/android/shell/ |
D | BugreportReceiverTest.java | 202 }).when(mMockIDumpstate).startBugreport(anyInt(), any(), any(), any(), anyInt(), anyInt(), in setUp() 545 verify(mMockIDumpstate, times(1)).startBugreport(anyInt(), any(), any(), any(), in testBugreportRequestTwice_oneStartBugreportInvoked() 610 verify(mMockIDumpstate, timeout(TIMEOUT)).startBugreport(anyInt(), any(), any(), any(), in sendBugreportStarted()
|
/frameworks/base/services/core/java/com/android/server/os/ |
D | BugreportManagerServiceImpl.java | 487 public void startBugreport(int callingUidUnused, String callingPackage, in startBugreport() method in BugreportManagerServiceImpl 852 ds.startBugreport(callingUid, callingPackage, bugreportFd, screenshotFd, bugreportMode, in startBugreportLocked()
|
/frameworks/base/packages/Shell/src/com/android/shell/ |
D | BugreportProgressService.java | 725 mBugreportManager.startBugreport(bugreportFd, screenshotFd, in startBugreportAPI()
|
/frameworks/base/core/api/ |
D | system-current.txt | 10641 …rmission(android.Manifest.permission.DUMP) @WorkerThread public void startBugreport(@NonNull andro…
|