Home
last modified time | relevance | path

Searched defs:listSessions (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/binder/trusty/include/binder/
DRpcServerTrusty.h79 std::vector<sp<RpcSession>> listSessions() { return mRpcServer->listSessions(); } in listSessions() function
/frameworks/native/libs/binder/
DRpcServer.cpp370 std::vector<sp<RpcSession>> RpcServer::listSessions() { in listSessions() function in android::RpcServer
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DContentCaptureManagerService.java748 void listSessions(int userId, IResultReceiver receiver) { in listSessions() method in ContentCaptureManagerService
/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillManagerService.java528 void listSessions(int userId, IResultReceiver receiver) { in listSessions() method in AutofillManagerService