51 lines
1.2 KiB
Smali
51 lines
1.2 KiB
Smali
.class Landroid/support/v4/content/SharedPreferencesCompat$EditorCompat$Helper;
|
|
.super Ljava/lang/Object;
|
|
.source "SharedPreferencesCompat.java"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Landroid/support/v4/content/SharedPreferencesCompat$EditorCompat;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0xa
|
|
name = "Helper"
|
|
.end annotation
|
|
|
|
|
|
# direct methods
|
|
.method constructor <init>()V
|
|
.locals 0
|
|
|
|
.line 39
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public apply(Landroid/content/SharedPreferences$Editor;)V
|
|
.locals 0
|
|
.param p1 # Landroid/content/SharedPreferences$Editor;
|
|
.annotation build Landroid/support/annotation/NonNull;
|
|
.end annotation
|
|
.end param
|
|
|
|
.line 44
|
|
:try_start_0
|
|
invoke-interface {p1}, Landroid/content/SharedPreferences$Editor;->apply()V
|
|
:try_end_0
|
|
.catch Ljava/lang/AbstractMethodError; {:try_start_0 .. :try_end_0} :catch_0
|
|
|
|
goto :goto_0
|
|
|
|
.line 49
|
|
:catch_0
|
|
invoke-interface {p1}, Landroid/content/SharedPreferences$Editor;->commit()Z
|
|
|
|
:goto_0
|
|
return-void
|
|
.end method
|