HomeSort by relevance Sort by last modified time
    Searched full:notification_text (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/chrome/browser/chromeos/
mobile_config_unittest.cc 39 " \"notification_text\" : \"3G connectivity : Carrier.\",\n"
42 " \"notification_text\" : \"default_text.\",\n"
70 " \"notification_text\" : \"3G connectivity : Carrier.\",\n"
73 " \"notification_text\" : \"default_text.\",\n"
105 " \"notification_text\" : \"3G connectivity : Carrier.\",\n"
108 " \"notification_text\" : \"default_text from local.\",\n"
145 deal->GetLocalizedString("en-US", "notification_text"));
147 deal->GetLocalizedString("en", "notification_text"));
231 deal->GetLocalizedString("en-GB", "notification_text"));
233 deal->GetLocalizedString("en", "notification_text"));
    [all...]
  /development/samples/HoneycombGallery/res/values/
strings.xml 25 <string name="notification_text">Example notification text</string>
  /development/samples/HoneycombGallery/res/layout/
notification.xml 48 android:text="@string/notification_text" />
  /external/chromium_org/chrome/browser/chromeos/status/
data_promo_notification.cc 113 "notification_text");
196 deal->GetLocalizedString(locale, "notification_text");
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
MainActivity.java 267 .setTicker(getString(R.string.notification_text))
296 .setContentText(getString(R.string.notification_text));
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/
loc_api_common_xdr.c 689 if (!xdr_bytes (xdrs, (char **)&objp->notification_text.notification_text_val, (u_int *) &objp->notification_text.notification_text_len, RPC_LOC_NI_MAX_CLIENT_NAME_LENGTH))
    [all...]
loc_api_common.xdr 425 opaque notification_text<RPC_LOC_NI_MAX_CLIENT_NAME_LENGTH>;
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc-3200/
loc_api_common.h 443 } notification_text; member in struct:rpc_loc_ni_umts_cp_notify_verify_req_s_type
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
LocApiRpc.cpp     [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
loc_api_common.xdr 435 opaque notification_text[64]; /* EVAL:[64]*/
loc_api_common_xdr.c 710 if (!xdr_opaque (xdrs, objp->notification_text, 64))
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc-1240/
loc_api_common.h 438 char notification_text[64]; member in struct:rpc_loc_ni_umts_cp_notify_verify_req_s_type
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/inc/
loc_api_rpcgen_common_rpc.h 462 char notification_text[64]; member in struct:rpc_loc_ni_umts_cp_notify_verify_req_s_type
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/
loc_api_common.xdr 461 opaque notification_text[64];
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/src/
loc_api_rpcgen_common_xdr.c 686 if (!xdr_opaque (xdrs, objp->notification_text, 64))
    [all...]

Completed in 844 milliseconds