Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0e6fcf2b authored by Satoshi Kataoka's avatar Satoshi Kataoka
Browse files

Rename Personalization dictionary register functions

Bug: 9429906
Change-Id: Ibdce8db61ab6cc5922765e7ed8b7f2c718759de8
parent c8ac8da4
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -25,4 +25,11 @@ public class PersonalizationDictionarySessionRegister {

    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) {
    }

}