HomeSort by relevance Sort by last modified time
    Searched refs:Status (Results 176 - 200 of 343) sorted by null

1 2 3 4 5 6 78 91011>>

  /packages/apps/Settings/src/com/android/settings/deviceinfo/
Status.java 62 * # XMPP/buzz/tickle status : TODO
65 public class Status extends PreferenceActivity {
123 private WeakReference<Status> mStatus;
125 public MyHandler(Status activity) {
126 mStatus = new WeakReference<Status>(activity);
131 Status status = mStatus.get(); local
132 if (status == null) {
138 status.updateSignalStrength();
142 ServiceState serviceState = status.mPhoneStateReceiver.getServiceState()
    [all...]
  /external/libnfc-nxp/src/
phFriNfc_ISO15693Map.c 250 NFCSTATUS Status);
    [all...]
phFriNfc_MifareStdMap.c 292 * status value in the process because of proprietary forum sector
295 NFCSTATUS status);
458 NFCSTATUS status = NFCSTATUS_SUCCESS; local
462 status = PHNFCSTVAL(CID_FRI_NFC_NDEF_MAP, NFCSTATUS_INVALID_PARAMETER);
539 return status;
557 NFCSTATUS status = NFCSTATUS_PENDING; local
563 status = PHNFCSTVAL(CID_FRI_NFC_NDEF_MAP, NFCSTATUS_INVALID_PARAMETER);
624 status = PHNFCSTVAL(CID_FRI_NFC_NDEF_MAP, NFCSTATUS_INVALID_PARAMETER);
637 status = phFriNfc_MifStd_H_AuthSector(NdefMap);
664 status = phFriNfc_OvrHal_Transceive( NdefMap->LowerDevice
701 NFCSTATUS status = NFCSTATUS_PENDING; local
772 NFCSTATUS status = NFCSTATUS_PENDING; local
1225 NFCSTATUS status = NFCSTATUS_PENDING; local
1304 NFCSTATUS status = NFCSTATUS_PENDING; local
1483 NFCSTATUS status = NFCSTATUS_PENDING; local
    [all...]
phFriNfc_DesfireFormat.h 266 * \param[in] Status The completion status of the lower layer (to be handled by the implementation of
270 * \note For general information about the completion routine interface please see \ref pphFriNfc_Cr_t . * The Different Status Values are as follows
274 NFCSTATUS Status);
phFriNfc_MifareStdMap.h 375 NFCSTATUS Status);
phFriNfc_OvrHalCmd.h 76 NFCSTATUS Status;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ResourceChooser.java 36 import org.eclipse.core.runtime.Status;
306 IStatus status; local
308 status = new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, error);
310 status = new Status(IStatus.OK, AdtPlugin.PLUGIN_ID, null);
312 updateStatus(status);
555 IStatus status; local
558 status = new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, "Enter a name")
    [all...]
  /sdk/ide_common/src/com/android/ide/common/rendering/
LayoutLibrary.java 19 import static com.android.ide.common.rendering.api.Result.Status.ERROR_REFLECTION;
32 import com.android.ide.common.rendering.api.Result.Status;
87 /** Status of the layoutlib.jar loading */
140 LoadStatus status = LoadStatus.LOADING; local
180 status = LoadStatus.FAILED;
191 status = LoadStatus.LOADED;
197 status = LoadStatus.FAILED;
205 status = LoadStatus.FAILED;
217 return new LayoutLibrary(bridge, legacyBridge, classLoader, status, message);
357 return Status.NOT_IMPLEMENTED.createResult()
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java 117 private static final String KEY_STATUS = "status";
163 private interface Status {
336 if (!getActivity().isChangingConfigurations() && mStatus == Status.EDITING) {
549 mStatus = Status.SUB_ACTIVITY;
635 mStatus = Status.EDITING;
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
Bridge.java 19 import static com.android.ide.common.rendering.api.Result.Status.ERROR_UNKNOWN;
20 import static com.android.ide.common.rendering.api.Result.Status.SUCCESS;
28 import com.android.ide.common.rendering.api.Result.Status;
382 return Status.SUCCESS.createResult(((View)viewObject).getParent());
395 Status.SUCCESS.createResult(((ViewGroup) parentView).indexOfChild(view));
398 return Status.SUCCESS.createResult();
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
DdmsPlugin.java 40 import org.eclipse.core.runtime.Status;
304 return Status.OK_STATUS;
488 Status status = new Status(IStatus.ERROR, PLUGIN_ID, msg, null /*exception*/); local
489 getDefault().getLog().log(status);
519 Status status = new Status(IStatus.ERROR, PLUGIN_ID, local
521 getDefault().getLog().log(status);
    [all...]
  /external/bluetooth/glib/tests/
unicode-encoding.c 43 } Status;
83 Status status,
92 switch (status)
113 if (status == INCOMPLETE)
137 if (status == VALID || status == NOTUNICODE)
187 if (status == VALID)
322 Status status = VALID; /* Quiet GCC * local
    [all...]
  /external/chromium/net/base/
gzip_header.cc 32 GZipHeader::Status GZipHeader::ReadMore(const char* inbuf, int inbuf_len,
  /external/clang/tools/scan-build/
c++-analyzer 404 my $Status = system($Compiler,@ARGV);
408 if ($Status) { exit($Status >> 8); }
658 exit($Status >> 8);
ccc-analyzer 404 my $Status = system($Compiler,@ARGV);
408 if ($Status) { exit($Status >> 8); }
658 exit($Status >> 8);
  /external/mesa3d/docs/
MESA_drm_image.spec 13 Status
39 IP Status
MESA_resize_buffers.spec 13 Status
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/dc/
SDL_syscdrom.c 53 SDL_CDcaps.Status = SDL_SYS_CDStatus;
97 /* Get CD-ROM status */
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/
extutil.h 117 Status (*event_to_wire)(
  /external/webkit/Source/WebCore/inspector/
InspectorApplicationCacheAgent.cpp 66 ApplicationCacheHost::Status status = frame->loader()->documentLoader()->applicationCacheHost()->status(); local
67 m_frontend->updateApplicationCacheStatus(status);
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfiguration.java 200 /** Possible status of a network configuration. */
201 public static class Status {
202 private Status() { }
231 * The current status of this network configuration entry.
232 * @see Status
234 public int status; field in class:WifiConfiguration
238 * Valid when {@link #status} == Status.DISABLED
391 if (this.status == WifiConfiguration.Status.CURRENT)
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xresource.h 272 extern Status XrmCombineFileDatabase(
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
extutil.h 99 Status (*event_to_wire)(
  /external/chromium/third_party/libjingle/source/talk/examples/call/
callclient.cc 73 const char* DescribeStatus(buzz::Status::Show show, const std::string& desc) {
75 case buzz::Status::SHOW_XA: return desc.c_str();
76 case buzz::Status::SHOW_ONLINE: return "online";
77 case buzz::Status::SHOW_AWAY: return "away";
78 case buzz::Status::SHOW_DND: return "do not disturb";
79 case buzz::Status::SHOW_CHAT: return "ready to chat";
457 my_status_.set_show(buzz::Status::SHOW_ONLINE);
472 void CallClient::OnStatusUpdate(const buzz::Status& status) {
474 item.jid = status.jid()
835 buzz::Status status; local
    [all...]
  /external/chromium/base/
tracked_objects.h 530 static bool StartTracking(bool status);
557 enum Status {
584 // are *guaranteed* (without locking) that all threads can "see" the status
586 static Status status_;

Completed in 4395 milliseconds

1 2 3 4 5 6 78 91011>>