Loading api/current.xml +2 −2 Original line number Diff line number Diff line Loading @@ -25846,7 +25846,7 @@ synchronized="false" static="false" final="false" deprecated="not deprecated" deprecated="deprecated" visibility="public" > <parameter name="dialog" type="android.content.DialogInterface"> Loading @@ -25859,7 +25859,7 @@ synchronized="false" static="false" final="false" deprecated="not deprecated" deprecated="deprecated" visibility="public" > <parameter name="dialog" type="android.content.DialogInterface"> core/java/android/app/SearchManager.java +7 −2 Original line number Diff line number Diff line Loading @@ -1719,11 +1719,16 @@ public class SearchManager } // TODO: remove the DialogInterface interfaces from SearchManager. // This changes the public API, so I'll do it in a separate change. /** * @deprecated This method is an obsolete internal implementation detail. Do not use. */ public void onCancel(DialogInterface dialog) { throw new UnsupportedOperationException(); } /** * @deprecated This method is an obsolete internal implementation detail. Do not use. */ public void onDismiss(DialogInterface dialog) { throw new UnsupportedOperationException(); } Loading Loading
api/current.xml +2 −2 Original line number Diff line number Diff line Loading @@ -25846,7 +25846,7 @@ synchronized="false" static="false" final="false" deprecated="not deprecated" deprecated="deprecated" visibility="public" > <parameter name="dialog" type="android.content.DialogInterface"> Loading @@ -25859,7 +25859,7 @@ synchronized="false" static="false" final="false" deprecated="not deprecated" deprecated="deprecated" visibility="public" > <parameter name="dialog" type="android.content.DialogInterface">
core/java/android/app/SearchManager.java +7 −2 Original line number Diff line number Diff line Loading @@ -1719,11 +1719,16 @@ public class SearchManager } // TODO: remove the DialogInterface interfaces from SearchManager. // This changes the public API, so I'll do it in a separate change. /** * @deprecated This method is an obsolete internal implementation detail. Do not use. */ public void onCancel(DialogInterface dialog) { throw new UnsupportedOperationException(); } /** * @deprecated This method is an obsolete internal implementation detail. Do not use. */ public void onDismiss(DialogInterface dialog) { throw new UnsupportedOperationException(); } Loading