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

/frameworks/compile/mclinker/include/mcld/Support/
H A DMsgHandling.h31 MsgHandler warning(unsigned int pID);
53 inline mcld::MsgHandler mcld::warning(unsigned int pID) { function in class:mcld
/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
H A DRemoteLayoutLog.java30 * Logs a warning.
32 * @param tag a tag describing the type of the warning
33 * @param message the message of the warning
34 * @param data an optional data bundle that the client can use to improve the warning display.
36 void warning(String tag, String message, Serializable data) throws RemoteException; method in interface:RemoteLayoutLog
39 * Logs a fidelity warning.
41 * This type of warning indicates that the render will not be the same as the rendering on a
44 * @param tag a tag describing the type of the warning
45 * @param message the message of the warning
46 * @param throwable an optional Throwable that triggered the warning
[all...]
/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/
H A DRemoteLayoutLogAdapter.java40 public void warning(String tag, String message, Serializable data) { method in class:RemoteLayoutLogAdapter
41 mLog.warning(tag, message, null);
/frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/adapters/
H A DRemoteLayoutLogAdapter.java33 public void warning(String tag, String message, Object data) { method in class:RemoteLayoutLogAdapter
35 mLog.warning(tag, message, null);
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiLogger.java52 // Cache for warning.
60 static final void warning(String logMessage, Object... objs) { method in class:HdmiLogger
/frameworks/base/test-base/src/junit/framework/
H A DTestSuite.java56 return warning("Class "+theClass.getName()+" has no public constructor TestCase(String name) or TestCase()");
68 return(warning("Cannot instantiate test case: "+name+" ("+exceptionToString(e)+")"));
70 return(warning("Exception in constructor: "+name+" ("+exceptionToString(e.getTargetException())+")"));
72 return(warning("Cannot access test case: "+name+" ("+exceptionToString(e)+")"));
91 * Returns a test which will fail and log a warning message.
93 public static Test warning(final String message) { method in class:TestSuite
94 return new TestCase("warning") {
137 addTest(warning("Class "+theClass.getName()+" has no public constructor TestCase(String name) or TestCase()"));
142 addTest(warning("Class "+theClass.getName()+" is not public"));
154 addTest(warning("N
[all...]
/frameworks/base/tools/aapt/
H A DSourcePos.cpp74 type = "warning: ";
124 SourcePos::warning(const char* fmt, ...) const function in class:SourcePos
/frameworks/av/services/audiopolicy/engineconfigurable/wrapper/
H A DParameterManagerWrapper.cpp53 virtual void warning(const string &log) function in class:ParameterMgrPlatformConnectorLogger
/frameworks/base/test-mock/src/android/test/mock/
H A DMockPackageManager.java1196 public void setHarmfulAppWarning(String packageName, CharSequence warning) { argument
/frameworks/base/core/java/android/app/
H A DApplicationPackageManager.java2821 public void setHarmfulAppWarning(String packageName, CharSequence warning) { argument
2823 mPM.setHarmfulAppWarning(packageName, warning, mContext.getUserId());
/frameworks/base/services/core/java/com/android/server/pm/
H A DSettings.java236 private static final String ATTR_HARMFUL_APP_WARNING = "harmful-app-warning";
4353 void setHarmfulAppWarningLPw(String packageName, CharSequence warning, int userId) { argument
4358 pkgSetting.setHarmfulAppWarning(userId, warning == null ? null : warning.toString());
H A DPackageManagerService.java21865 pw.println("Package warning messages:");
24583 setHarmfulAppWarning(@onNull String packageName, @Nullable CharSequence warning, int userId) argument
[all...]
/frameworks/base/core/java/android/content/pm/
H A DPackageManager.java6062 * Sets or clears the harmful app warning details for the given app.
6065 * warning dialog will be shown to the user instead, with the given warning. The user
6069 * @param warning A warning string to display to the user describing the threat posed by the
6070 * application, or null to clear the warning.
6076 public void setHarmfulAppWarning(@NonNull String packageName, @Nullable CharSequence warning) { argument
6081 * Returns the harmful app warning string for the given app, or null if there is none set.
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 128 milliseconds