Searched refs:abortStagedSession (Results 1 – 5 of 5) sorted by relevance
35 void abortStagedSession(int session_id); in abortStagedSession() method
290 abstract boolean abortStagedSession(int sessionId); in abortStagedSession() method in ApexManager807 boolean abortStagedSession(int sessionId) { in abortStagedSession() method in ApexManager.ApexManagerImpl809 waitForApexService().abortStagedSession(sessionId); in abortStagedSession()1270 boolean abortStagedSession(int sessionId) { in abortStagedSession() method in ApexManager.ApexManagerFlattenedApex
859 return mApexManager.abortStagedSession(session.sessionId()); in ensureActiveApexSessionIsAborted()
92 BinderStatus abortStagedSession(int session_id) override;513 BinderStatus ApexService::abortStagedSession(int session_id) { in abortStagedSession() function in android::apex::binder::__anonf34a850d0110::ApexService
2020 ASSERT_TRUE(IsOk(service_->abortStagedSession(239))); in TEST_F()2040 ASSERT_FALSE(IsOk(service_->abortStagedSession(239))); in TEST_F()