1 package net
.client
.by
.lock
.task
;
3 import android
.content
.Context
;
4 import java
.util
.ArrayList
;
5 import net
.client
.by
.lock
.c
.n
;
6 import net
.client
.by
.lock
.d
.c
;
7 import net
.client
.by
.lock
.e
.d
;
8 import net
.client
.by
.lock
.f
.p
;
9 import org
.w3c
.dom
.Document
;
11 /* compiled from: MyApp */
12 public class CreateGroupWithFriendTask
extends a
{
16 public CreateGroupWithFriendTask(Context context
, Object obj
) {
18 this.groupName
= (String
) ((ArrayList
) obj
).get(0);
19 this.friend
= (c
) ((ArrayList
) obj
).get(1);
22 /* access modifiers changed from: protected */
23 @Override // net.client.by.lock.task.a
24 public String
getUrl() {
28 /* access modifiers changed from: protected */
29 @Override // net.client.by.lock.task.a
30 public Document
getRequest() {
31 return net
.client
.by
.lock
.e
.c
.a(this.friend
, this.groupName
);
34 /* access modifiers changed from: protected */
35 @Override // net.client.by.lock.task.a
36 public void restart() {
37 n
.a().a(this.friend
, this.groupName
);
40 /* access modifiers changed from: protected */
41 @Override // net.client.by.lock.task.a
42 public void onPostExecute(Object
[] objArr
) {
43 super.onPostExecute(objArr
);
44 if (objArr
[0].equals("onSuccess")) {
45 d
.a((Document
) objArr
[1], this.startupParameter
);