HomeSort by relevance Sort by last modified time
    Searched refs:status_text (Results 1 - 5 of 5) sorted by null

  /external/bluetooth/glib/gio/win32/
gwinhttpvfs.c 377 wchar_t *status_text = NULL; local
389 status_text = g_malloc (status_text_len);
395 status_text,
399 g_free (status_text);
400 status_text = NULL;
406 what, status_code, status_text ? status_text : L"");
408 g_free (status_text);
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/
main.py 116 status_text = datastore.User.get_user_status(friend_handle)
120 status['s'] = status_text
  /development/samples/MultiResolution/src/com/example/android/multires/
MultiRes.java 70 TextView statusText = (TextView) findViewById(R.id.status_text);
  /external/tcpdump/
print-802_11.c 101 static const char *status_text[] = { variable
124 #define NUM_STATUSES (sizeof status_text / sizeof status_text[0])
370 ? status_text[pbody.status_code]
508 ? status_text[pbody.status_code]
519 ? status_text[pbody.status_code]
  /packages/apps/Phone/src/com/android/phone/
IccNetworkDepersonalizationPanel.java 150 mStatusText = (TextView) findViewById(R.id.status_text);

Completed in 189 milliseconds