OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stripSuffix
(Results
1 - 4
of
4
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
FmClassNameToResourceMethod.java
46
name =
stripSuffix
(name, ACTIVITY_NAME_SUFFIX);
47
name =
stripSuffix
(name, "Fragment"); //$NON-NLS-1$
48
name =
stripSuffix
(name, "Service"); //$NON-NLS-1$
49
name =
stripSuffix
(name, "Provider"); //$NON-NLS-1$
57
private static String
stripSuffix
(String name, String suffix) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtUtils.java
190
public static String
stripSuffix
(@NonNull String string, @NonNull String suffix) {
[
all
...]
/packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
StringUtil.java
632
public static String
stripSuffix
(String str, String suffix) {
639
* Case insensitive version of
stripSuffix
. Strings are compared in
[
all
...]
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
StringUtil.java
633
public static String
stripSuffix
(String str, String suffix) {
640
* Case insensitive version of
stripSuffix
. Strings are compared in
[
all
...]
Completed in 688 milliseconds