1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
// WARNING: This file was autogenerated by jni-bindgen. Any changes to this file may be lost!!!
#[cfg(any(feature = "all", feature = "android-service-autofill-FillEventHistory_Event"))]
__jni_bindgen! {
/// public final class [FillEventHistory.Event](https://developer.android.com/reference/android/service/autofill/FillEventHistory.Event.html)
///
/// Required feature: "android-service-autofill-FillEventHistory_Event"
public final class FillEventHistory_Event ("android/service/autofill/FillEventHistory$Event") extends crate::java::lang::Object {
/// [getType](https://developer.android.com/reference/android/service/autofill/FillEventHistory.Event.html#getType())
pub fn getType<'env>(&'env self) -> __jni_bindgen::std::result::Result<i32, __jni_bindgen::Local<'env, crate::java::lang::Throwable>> {
// class.path == "android/service/autofill/FillEventHistory$Event", java.flags == PUBLIC, .name == "getType", .descriptor == "()I"
unsafe {
let __jni_args = [];
let __jni_env = __jni_bindgen::Env::from_ptr(self.0.env);
let (__jni_class, __jni_method) = __jni_env.require_class_method("android/service/autofill/FillEventHistory$Event\0", "getType\0", "()I\0");
__jni_env.call_int_method_a(self.0.object, __jni_method, __jni_args.as_ptr())
}
}
/// [getDatasetId](https://developer.android.com/reference/android/service/autofill/FillEventHistory.Event.html#getDatasetId())
///
/// Required features: "java-lang-String"
#[cfg(any(feature = "all", all(feature = "java-lang-String")))]
pub fn getDatasetId<'env>(&'env self) -> __jni_bindgen::std::result::Result<__jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::java::lang::String>>, __jni_bindgen::Local<'env, crate::java::lang::Throwable>> {
// class.path == "android/service/autofill/FillEventHistory$Event", java.flags == PUBLIC, .name == "getDatasetId", .descriptor == "()Ljava/lang/String;"
unsafe {
let __jni_args = [];
let __jni_env = __jni_bindgen::Env::from_ptr(self.0.env);
let (__jni_class, __jni_method) = __jni_env.require_class_method("android/service/autofill/FillEventHistory$Event\0", "getDatasetId\0", "()Ljava/lang/String;\0");
__jni_env.call_object_method_a(self.0.object, __jni_method, __jni_args.as_ptr())
}
}
/// [getClientState](https://developer.android.com/reference/android/service/autofill/FillEventHistory.Event.html#getClientState())
///
/// Required features: "android-os-Bundle"
#[cfg(any(feature = "all", all(feature = "android-os-Bundle")))]
pub fn getClientState<'env>(&'env self) -> __jni_bindgen::std::result::Result<__jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::android::os::Bundle>>, __jni_bindgen::Local<'env, crate::java::lang::Throwable>> {
// class.path == "android/service/autofill/FillEventHistory$Event", java.flags == PUBLIC, .name == "getClientState", .descriptor == "()Landroid/os/Bundle;"
unsafe {
let __jni_args = [];
let __jni_env = __jni_bindgen::Env::from_ptr(self.0.env);
let (__jni_class, __jni_method) = __jni_env.require_class_method("android/service/autofill/FillEventHistory$Event\0", "getClientState\0", "()Landroid/os/Bundle;\0");
__jni_env.call_object_method_a(self.0.object, __jni_method, __jni_args.as_ptr())
}
}
/// [getSelectedDatasetIds](https://developer.android.com/reference/android/service/autofill/FillEventHistory.Event.html#getSelectedDatasetIds())
///
/// Required features: "java-util-Set"
#[cfg(any(feature = "all", all(feature = "java-util-Set")))]
pub fn getSelectedDatasetIds<'env>(&'env self) -> __jni_bindgen::std::result::Result<__jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::java::util::Set>>, __jni_bindgen::Local<'env, crate::java::lang::Throwable>> {
// class.path == "android/service/autofill/FillEventHistory$Event", java.flags == PUBLIC, .name == "getSelectedDatasetIds", .descriptor == "()Ljava/util/Set;"
unsafe {
let __jni_args = [];
let __jni_env = __jni_bindgen::Env::from_ptr(self.0.env);
let (__jni_class, __jni_method) = __jni_env.require_class_method("android/service/autofill/FillEventHistory$Event\0", "getSelectedDatasetIds\0", "()Ljava/util/Set;\0");
__jni_env.call_object_method_a(self.0.object, __jni_method, __jni_args.as_ptr())
}
}
/// [getIgnoredDatasetIds](https://developer.android.com/reference/android/service/autofill/FillEventHistory.Event.html#getIgnoredDatasetIds())
///
/// Required features: "java-util-Set"
#[cfg(any(feature = "all", all(feature = "java-util-Set")))]
pub fn getIgnoredDatasetIds<'env>(&'env self) -> __jni_bindgen::std::result::Result<__jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::java::util::Set>>, __jni_bindgen::Local<'env, crate::java::lang::Throwable>> {
// class.path == "android/service/autofill/FillEventHistory$Event", java.flags == PUBLIC, .name == "getIgnoredDatasetIds", .descriptor == "()Ljava/util/Set;"
unsafe {
let __jni_args = [];
let __jni_env = __jni_bindgen::Env::from_ptr(self.0.env);
let (__jni_class, __jni_method) = __jni_env.require_class_method("android/service/autofill/FillEventHistory$Event\0", "getIgnoredDatasetIds\0", "()Ljava/util/Set;\0");
__jni_env.call_object_method_a(self.0.object, __jni_method, __jni_args.as_ptr())
}
}
/// [getChangedFields](https://developer.android.com/reference/android/service/autofill/FillEventHistory.Event.html#getChangedFields())
///
/// Required features: "java-util-Map"
#[cfg(any(feature = "all", all(feature = "java-util-Map")))]
pub fn getChangedFields<'env>(&'env self) -> __jni_bindgen::std::result::Result<__jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::java::util::Map>>, __jni_bindgen::Local<'env, crate::java::lang::Throwable>> {
// class.path == "android/service/autofill/FillEventHistory$Event", java.flags == PUBLIC, .name == "getChangedFields", .descriptor == "()Ljava/util/Map;"
unsafe {
let __jni_args = [];
let __jni_env = __jni_bindgen::Env::from_ptr(self.0.env);
let (__jni_class, __jni_method) = __jni_env.require_class_method("android/service/autofill/FillEventHistory$Event\0", "getChangedFields\0", "()Ljava/util/Map;\0");
__jni_env.call_object_method_a(self.0.object, __jni_method, __jni_args.as_ptr())
}
}
/// [getFieldsClassification](https://developer.android.com/reference/android/service/autofill/FillEventHistory.Event.html#getFieldsClassification())
///
/// Required features: "java-util-Map"
#[cfg(any(feature = "all", all(feature = "java-util-Map")))]
pub fn getFieldsClassification<'env>(&'env self) -> __jni_bindgen::std::result::Result<__jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::java::util::Map>>, __jni_bindgen::Local<'env, crate::java::lang::Throwable>> {
// class.path == "android/service/autofill/FillEventHistory$Event", java.flags == PUBLIC, .name == "getFieldsClassification", .descriptor == "()Ljava/util/Map;"
unsafe {
let __jni_args = [];
let __jni_env = __jni_bindgen::Env::from_ptr(self.0.env);
let (__jni_class, __jni_method) = __jni_env.require_class_method("android/service/autofill/FillEventHistory$Event\0", "getFieldsClassification\0", "()Ljava/util/Map;\0");
__jni_env.call_object_method_a(self.0.object, __jni_method, __jni_args.as_ptr())
}
}
/// [getManuallyEnteredField](https://developer.android.com/reference/android/service/autofill/FillEventHistory.Event.html#getManuallyEnteredField())
///
/// Required features: "java-util-Map"
#[cfg(any(feature = "all", all(feature = "java-util-Map")))]
pub fn getManuallyEnteredField<'env>(&'env self) -> __jni_bindgen::std::result::Result<__jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::java::util::Map>>, __jni_bindgen::Local<'env, crate::java::lang::Throwable>> {
// class.path == "android/service/autofill/FillEventHistory$Event", java.flags == PUBLIC, .name == "getManuallyEnteredField", .descriptor == "()Ljava/util/Map;"
unsafe {
let __jni_args = [];
let __jni_env = __jni_bindgen::Env::from_ptr(self.0.env);
let (__jni_class, __jni_method) = __jni_env.require_class_method("android/service/autofill/FillEventHistory$Event\0", "getManuallyEnteredField\0", "()Ljava/util/Map;\0");
__jni_env.call_object_method_a(self.0.object, __jni_method, __jni_args.as_ptr())
}
}
/// [toString](https://developer.android.com/reference/android/service/autofill/FillEventHistory.Event.html#toString())
///
/// Required features: "java-lang-String"
#[cfg(any(feature = "all", all(feature = "java-lang-String")))]
pub fn toString<'env>(&'env self) -> __jni_bindgen::std::result::Result<__jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::java::lang::String>>, __jni_bindgen::Local<'env, crate::java::lang::Throwable>> {
// class.path == "android/service/autofill/FillEventHistory$Event", java.flags == PUBLIC, .name == "toString", .descriptor == "()Ljava/lang/String;"
unsafe {
let __jni_args = [];
let __jni_env = __jni_bindgen::Env::from_ptr(self.0.env);
let (__jni_class, __jni_method) = __jni_env.require_class_method("android/service/autofill/FillEventHistory$Event\0", "toString\0", "()Ljava/lang/String;\0");
__jni_env.call_object_method_a(self.0.object, __jni_method, __jni_args.as_ptr())
}
}
/// public static final [TYPE_AUTHENTICATION_SELECTED](https://developer.android.com/reference/android/service/autofill/FillEventHistory.Event.html#TYPE_AUTHENTICATION_SELECTED)
pub const TYPE_AUTHENTICATION_SELECTED : i32 = 2;
/// public static final [TYPE_CONTEXT_COMMITTED](https://developer.android.com/reference/android/service/autofill/FillEventHistory.Event.html#TYPE_CONTEXT_COMMITTED)
pub const TYPE_CONTEXT_COMMITTED : i32 = 4;
/// public static final [TYPE_DATASET_AUTHENTICATION_SELECTED](https://developer.android.com/reference/android/service/autofill/FillEventHistory.Event.html#TYPE_DATASET_AUTHENTICATION_SELECTED)
pub const TYPE_DATASET_AUTHENTICATION_SELECTED : i32 = 1;
/// public static final [TYPE_DATASET_SELECTED](https://developer.android.com/reference/android/service/autofill/FillEventHistory.Event.html#TYPE_DATASET_SELECTED)
pub const TYPE_DATASET_SELECTED : i32 = 0;
/// public static final [TYPE_SAVE_SHOWN](https://developer.android.com/reference/android/service/autofill/FillEventHistory.Event.html#TYPE_SAVE_SHOWN)
pub const TYPE_SAVE_SHOWN : i32 = 3;
}
}