Home
last modified time | relevance | path

Searched refs:startBugreport (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/tests/bugreports/src/com/android/os/bugreports/tests/
DBugreportManagerTest.java156 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/
DBugreportManagerServiceImplTest.java185 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/
DBugreportManager.java223 public void startBugreport( in startBugreport() method in BugreportManager
247 mBinder.startBugreport( in startBugreport()
361 startBugreport( in startConnectivityBugreport()
/frameworks/native/cmds/dumpstate/binder/android/os/
DIDumpstate.aidl96 void startBugreport(int callingUid, @utf8InCpp String callingPackage, in startBugreport() method
/frameworks/native/cmds/dumpstate/
DDumpstateService.h43 binder::Status startBugreport(int32_t calling_uid, const std::string& calling_package,
DDumpstateService.cpp114 binder::Status DumpstateService::startBugreport(int32_t calling_uid, in startBugreport() function in android::os::DumpstateService
/frameworks/native/cmds/dumpstate/tests/
Ddumpstate_smoke_test.cpp507 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/
DBugreportReceiverTest.java202 }).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/
DBugreportManagerServiceImpl.java487 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/
DBugreportProgressService.java725 mBugreportManager.startBugreport(bugreportFd, screenshotFd, in startBugreportAPI()
/frameworks/base/core/api/
Dsystem-current.txt10641 …rmission(android.Manifest.permission.DUMP) @WorkerThread public void startBugreport(@NonNull andro…