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

  /system/update_engine/
weave_service_interface.h 32 // commands is implemented by the DelegateInterface, which will be called from
37 class DelegateInterface {
39 virtual ~DelegateInterface() = default;
  /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};
  /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) {

Completed in 1479 milliseconds