Rename Personalization dictionary register functions
Bug: 9429906 Change-Id: Ibdce8db61ab6cc5922765e7ed8b7f2c718759de8main
parent
c8ac8da4e4
commit
0e6fcf2bf6
|
@ -25,4 +25,11 @@ public class PersonalizationDictionarySessionRegister {
|
||||||
|
|
||||||
public static void onConfigurationChanged(final Context context, final Configuration conf) {
|
public static void onConfigurationChanged(final Context context, final Configuration conf) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static void onUpdateData(Context context, String type) {
|
||||||
|
}
|
||||||
|
|
||||||
|
public static void onRemoveData(Context context, String type) {
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue