Searched refs:startsWith (Results 76 - 100 of 208) sorted by relevance

123456789

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DNotificationController.java309 if (action != null && action.startsWith(INTENT_ACTION_CANCEL_PRINTJOB)) {
312 } else if (action != null && action.startsWith(INTENT_ACTION_RESTART_PRINTJOB)) {
/frameworks/base/tests/CoreTests/android/core/
H A DTestWebServer.java553 if (testID.startsWith("/")) {
783 if (testID.startsWith("test")) {
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DDatePicker.java123 if (months[0].startsWith("1")) {
216 if (months[0].startsWith("1")) {
H A DHwTests.java91 if (prefixWithSlash.length() == 0 || label.startsWith(prefixWithSlash)) {
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiEnterpriseConfig.java333 if (phase2Method.startsWith(Phase2.PREFIX)) {
604 if (value.startsWith(prefix)) {
/frameworks/opt/telephony/src/java/android/telephony/
H A DSmsMessage.java787 if (simOperator.startsWith(currentConfig.mOperatorNumber) &&
817 if (simOperator.startsWith(currentConfig.mOperatorNumber) &&
/frameworks/support/v4/java/android/support/v4/content/
H A DFileProvider.java671 if (path.startsWith(rootPath) && (mostSpecific == null
716 if (!file.getPath().startsWith(root.getPath())) {
/frameworks/av/media/libstagefright/
H A DUtils.cpp481 if (mime.startsWith("video/")) {
516 } else if (mime.startsWith("audio/")) {
552 if (mime.startsWith("video/")) { // do we need to be stricter than this?
559 } else if (mime.startsWith("audio/")) {
/frameworks/base/cmds/ime/src/com/android/commands/ime/
H A DIme.java191 if (!arg.startsWith("-")) {
/frameworks/base/cmds/requestsync/src/com/android/commands/requestsync/
H A DRequestSync.java167 if (!arg.startsWith("-")) {
/frameworks/base/core/java/android/net/http/
H A DHttpsConnection.java213 if (headerName.startsWith("proxy") || headerName.equals("keep-alive")
/frameworks/base/core/java/android/widget/
H A DSimpleAdapter.java360 if (word.toLowerCase().startsWith(prefixString)) {
/frameworks/base/core/java/com/android/internal/os/
H A DRuntimeInit.java411 } else if (!arg.startsWith("--")) {
/frameworks/base/media/java/android/mtp/
H A DMtpDatabase.java289 path.startsWith(subdir)) {
314 if (canonical.startsWith(root)) {
806 if (oldFile.getName().startsWith(".") && !newPath.startsWith(".")) {
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsHelper.java175 value.startsWith(GPS + ",") ||
/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportReceiver.java151 if (!preferredDomain.startsWith("@")) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DIntentTile.java58 if (spec == null || !spec.startsWith(PREFIX) || !spec.endsWith(")")) {
/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/
H A DManageDialog.java177 if (line.startsWith(prefix)) {
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/
H A DBitmapUtils.java251 return mimeType.startsWith("image/") &&
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbHostManager.java90 if (deviceName.startsWith(mHostBlacklist[i])) {
/frameworks/base/test-runner/src/android/test/
H A DRenamingDelegatingContext.java95 return diskName.startsWith(mFilePrefix);
255 // if (file.startsWith(mFilePrefix)) {
/frameworks/base/test-runner/src/android/test/suitebuilder/
H A DTestGrouping.java251 (method.getName().startsWith("test")) &&
/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
H A DVectorDrawableTest.java90 if (prefixWithSlash.length() == 0 || label.startsWith(prefixWithSlash)) {
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DReplaceMethodCallsAdapter.java124 && name.startsWith("log");
/frameworks/base/tools/preload/
H A DMemoryUsage.java249 if (line == null || !line.startsWith("DECAFBAD,")) {

Completed in 961 milliseconds

123456789