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.Toast;
|
||||
|
||||
public class DeviceAccountLogin implements AccountManagerCallback<Bundle> {
|
||||
public class IITC_DeviceAccountLogin implements AccountManagerCallback<Bundle> {
|
||||
private class AccountAdapter extends BaseAdapter {
|
||||
@Override
|
||||
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;
|
||||
mWebView = webView;
|
||||
mAccountManager = AccountManager.get(activity);
|
@ -41,7 +41,7 @@ public class IITC_Mobile extends Activity {
|
||||
private boolean fullscreen_mode = false;
|
||||
private boolean fullscreen_actionbar = false;
|
||||
private ActionBar actionBar;
|
||||
private DeviceAccountLogin mLogin;
|
||||
private IITC_DeviceAccountLogin mLogin;
|
||||
|
||||
@Override
|
||||
protected void onCreate(Bundle savedInstanceState) {
|
||||
@ -379,7 +379,7 @@ public class IITC_Mobile extends Activity {
|
||||
|
||||
public void onReceivedLoginRequest(IITC_WebViewClient client, WebView view,
|
||||
String realm, String account, String args) {
|
||||
mLogin = new DeviceAccountLogin(this, view, client);
|
||||
mLogin = new IITC_DeviceAccountLogin(this, view, client);
|
||||
mLogin.startLogin(realm, account, args);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user