zzua.java
1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
package com.google.android.gms.internal;
import java.util.HashMap;
import java.util.Map;
public class zzua
{
private static final String[] a;
private static final Map<String, Integer> b;
static
{
int i = 0;
a = new String[] { "text1", "text2", "icon", "intent_action", "intent_data", "intent_data_id", "intent_extra_data", "suggest_large_icon", "intent_activity", "thing_proto" };
b = new HashMap(a.length);
while (i < a.length)
{
b.put(a[i], Integer.valueOf(i));
i += 1;
}
}
public static String zzaP(int paramInt)
{
if ((paramInt < 0) || (paramInt >= a.length)) {
return null;
}
return a[paramInt];
}
public static int zzcm(String paramString)
{
Integer localInteger = (Integer)b.get(paramString);
if (localInteger == null) {
throw new IllegalArgumentException(String.valueOf(paramString).length() + 44 + "[" + paramString + "] is not a valid global search section name");
}
return localInteger.intValue();
}
public static int zzqG()
{
return a.length;
}
}
/* Location: /home/merong/decompile/hackery-dex2jar.jar!/com/google/android/gms/internal/zzua.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/