Searched
full:reason (Results
976 -
1000 of
6774) sorted by null
<<31323334353637383940>>
/frameworks/base/core/java/android/net/http/ |
HttpConnection.java | 46 * @throws IOException if the connection fails for any reason.
|
LoggingEventHandler.java | 42 " reason: " + reason_phrase);
|
/frameworks/base/core/java/android/printservice/ |
PrintJob.java | 213 public boolean block(String reason) { 219 && !TextUtils.equals(info.getStateReason(), reason))) { 220 return setState(PrintJobInfo.STATE_BLOCKED, reason); 246 * @param error The human readable, short, and translated reason
|
/frameworks/base/core/java/android/view/ |
IWindow.aidl | 61 void closeSystemDialogs(String reason);
|
/frameworks/base/core/java/com/android/internal/content/ |
PackageMonitor.java | 196 * Called when a package disappears for any reason. 198 public void onPackageDisappeared(String packageName, int reason) { 202 * Called when a package appears for any reason. 204 public void onPackageAppeared(String packageName, int reason) {
|
/frameworks/base/core/java/com/android/internal/view/ |
BaseIWindow.java | 72 public void closeSystemDialogs(String reason) {
|
/frameworks/base/core/jni/ |
TimeUtils.h | 35 * file. The reason to do it here is to not mix the implementation of this
|
/frameworks/base/docs/html/design/building-blocks/ |
tabs.jd | 47 <p>Fixed tabs are displayed with equal width, based on the width of the widest tab label. If there is insufficient room to display all tabs, the tab labels themselves will be scrollable. For this reason, fixed tabs are best suited for displaying 3 or fewer tabs.</p>
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
IccCardConstants.java | 40 public static final String INTENT_KEY_LOCKED_REASON = "reason";
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
BridgePowerManager.java | 69 public void reboot(boolean confirm, String reason, boolean wait) {
|
BridgeWindow.java | 83 public void closeSystemDialogs(String reason) {
|
/frameworks/ex/variablespeed/tests/src/com/android/ex/variablespeed/ |
DynamicProxy.java | 42 * media player. The reason you may be interested in doing this in the first place is that this
|
/hardware/qcom/camera/QCamera2/stack/common/ |
cam_semaphore.h | 38 * Reason being, POSIX semaphore on Android are not used or
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/ |
perf_common.h | 53 /* for some reason strdup, strcasecmp and strncasecmp does not get
|
/libcore/luni/src/main/java/javax/xml/transform/sax/ |
TransformerHandler.java | 43 * @throws IllegalArgumentException if result is invalid for some reason.
|
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/ |
ContentHandlerFactoryTest.java | 28 " The reason are side effects due to caching in URLConnection." +
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
stl_confix.h | 49 * We keep it for historical reason. */
|
/ndk/sources/host-tools/make-3.81/glob/ |
Makefile.ami | 46 # For some reason, Unix make wants the dependencies on the source files.
|
SMakefile | 47 # For some reason, Unix make wants the dependencies on the source files.
|
/packages/apps/Contacts/res/layout/ |
group_browse_list_fragment.xml | 23 <!-- See group_browse_list_item.xml for the reason for the transparent android:listSelector -->
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/ |
NotificationImportExportListener.java | 272 * @param reason The reason why the import has failed. Shown in description field. 275 Context context, String reason) { 280 .setContentText(reason)
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/ |
HttpHelper.java | 139 * Gets the HTTP response reason phrase.
|
/packages/inputmethods/LatinIME/dictionaries/ |
sample.combined | 16 # field with a value of `true'. The main reason for putting such entries
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/toolchain-patches/gcc/ |
0001-move-ctype_char_M_widen_init-back-to-header-to-avoid-GLIBCXX_3.4.11.patch | 10 + See comment there for reason why */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/toolchain-patches/gcc/ |
0001-move-ctype_char_M_widen_init-back-to-header-to-avoid-GLIBCXX_3.4.11.patch | 10 + See comment there for reason why */
|
Completed in 1158 milliseconds
<<31323334353637383940>>