Searched refs:bindExpectResult (Results 1 – 2 of 2) sorted by relevance
571 private void bindExpectResult(Intent service) { in bindExpectResult() method in ServiceTest877 bindExpectResult(mLocalService); in testLocalBindClass()1148 bindExpectResult(new Intent( in testLocalBindAction()1177 bindExpectResult(mLocalGrantedService); in testLocalBindClassPermissions()1178 bindExpectResult(mLocalDeniedService); in testLocalBindClassPermissions()1183 bindExpectResult(mLocalService_ApplicationHasPermission); in testLocalBindActionPermissions()1184 bindExpectResult(mLocalService_ApplicationDoesNotHavePermission); in testLocalBindActionPermissions()
969 bindExpectResult(mContext, new Intent(mContext, MockContextService.class)); in testAccessService()1363 private void bindExpectResult(Context context, Intent service) in bindExpectResult() method in ContextTest