Rename class
This commit is contained in:
parent
42b03d2daa
commit
2194a0c74f
@ -18,7 +18,7 @@ import android.widget.BaseAdapter;
|
|||||||
import android.widget.TextView;
|
import android.widget.TextView;
|
||||||
import android.widget.Toast;
|
import android.widget.Toast;
|
||||||
|
|
||||||
public class DeviceAccountLogin implements AccountManagerCallback<Bundle> {
|
public class IITC_DeviceAccountLogin implements AccountManagerCallback<Bundle> {
|
||||||
private class AccountAdapter extends BaseAdapter {
|
private class AccountAdapter extends BaseAdapter {
|
||||||
@Override
|
@Override
|
||||||
public int getCount() {
|
public int getCount() {
|
||||||
@ -67,7 +67,7 @@ public class DeviceAccountLogin implements AccountManagerCallback<Bundle> {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
public DeviceAccountLogin(IITC_Mobile activity, WebView webView, WebViewClient webViewClient) {
|
public IITC_DeviceAccountLogin(IITC_Mobile activity, WebView webView, WebViewClient webViewClient) {
|
||||||
mActivity = activity;
|
mActivity = activity;
|
||||||
mWebView = webView;
|
mWebView = webView;
|
||||||
mAccountManager = AccountManager.get(activity);
|
mAccountManager = AccountManager.get(activity);
|
@ -41,7 +41,7 @@ public class IITC_Mobile extends Activity {
|
|||||||
private boolean fullscreen_mode = false;
|
private boolean fullscreen_mode = false;
|
||||||
private boolean fullscreen_actionbar = false;
|
private boolean fullscreen_actionbar = false;
|
||||||
private ActionBar actionBar;
|
private ActionBar actionBar;
|
||||||
private DeviceAccountLogin mLogin;
|
private IITC_DeviceAccountLogin mLogin;
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void onCreate(Bundle savedInstanceState) {
|
protected void onCreate(Bundle savedInstanceState) {
|
||||||
@ -379,7 +379,7 @@ public class IITC_Mobile extends Activity {
|
|||||||
|
|
||||||
public void onReceivedLoginRequest(IITC_WebViewClient client, WebView view,
|
public void onReceivedLoginRequest(IITC_WebViewClient client, WebView view,
|
||||||
String realm, String account, String args) {
|
String realm, String account, String args) {
|
||||||
mLogin = new DeviceAccountLogin(this, view, client);
|
mLogin = new IITC_DeviceAccountLogin(this, view, client);
|
||||||
mLogin.startLogin(realm, account, args);
|
mLogin.startLogin(realm, account, args);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user