HomeSort by relevance Sort by last modified time
    Searched refs:DelegateInterface (Results 1 - 11 of 11) sorted by null

  /system/update_engine/
weave_service_factory.h 31 WeaveServiceInterface::DelegateInterface* delegate);
weave_service_interface.h 32 // commands is implemented by the DelegateInterface, which will be called from
37 class DelegateInterface {
39 virtual ~DelegateInterface() = default;
weave_service_factory.cc 26 WeaveServiceInterface::DelegateInterface* delegate) {
weave_service.h 36 bool Init(DelegateInterface* delegate);
58 WeaveServiceInterface::DelegateInterface* delegate_{nullptr};
update_attempter_android.h 47 public PostinstallRunnerAction::DelegateInterface {
86 // PostinstallRunnerAction::DelegateInterface
weave_service.cc 39 bool WeaveService::Init(DelegateInterface* delegate) {
update_attempter.h 63 public WeaveServiceInterface::DelegateInterface,
64 public PostinstallRunnerAction::DelegateInterface {
103 // WeaveServiceInterface::DelegateInterface overrides.
113 // PostinstallRunnerAction::DelegateInterface
  /system/update_engine/payload_consumer/
postinstall_runner_action.h 50 class DelegateInterface {
52 virtual ~DelegateInterface() = default;
59 void set_delegate(DelegateInterface* delegate) { delegate_ = delegate; }
122 DelegateInterface* delegate_{nullptr};
postinstall_runner_action_unittest.cc 80 : public PostinstallRunnerAction::DelegateInterface {
168 PostinstallRunnerAction::DelegateInterface* setup_action_delegate_{nullptr};
  /packages/apps/Settings/src/com/android/settings/
TrustedCredentialsDialogBuilder.java 45 public interface DelegateInterface {
54 public TrustedCredentialsDialogBuilder(Activity activity, DelegateInterface delegate) {
96 private final DelegateInterface mDelegate;
107 public DialogEventHandler(Activity activity, DelegateInterface delegate) {
TrustedCredentialsSettings.java 74 implements TrustedCredentialsDialogBuilder.DelegateInterface {
    [all...]

Completed in 143 milliseconds