Searched defs:isNumber (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/cmds/pm/src/com/android/commands/pm/
H A DPm.java1160 if (optionData == null || !isNumber(optionData)) {
1215 private static boolean isNumber(String s) { method in class:Pm
1229 if (optionData == null || !isNumber(optionData)) {
1274 if (optionData == null || !isNumber(optionData)) {

Completed in 44 milliseconds