OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
47
class
DelegateInterface
{
49
virtual ~
DelegateInterface
() = default;
56
void set_delegate(
DelegateInterface
* delegate) { delegate_ = delegate; }
125
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 2817 milliseconds