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

1 2

  /development/samples/HoneycombGallery/res/values/
strings.xml 25 <string name="notification_text">Example notification text</string>
  /frameworks/base/packages/SystemUI/res/layout/
hybrid_notification.xml 32 android:id="@+id/notification_text"
hybrid_overflow_number.xml 20 android:id="@+id/notification_text"
  /development/samples/HoneycombGallery/res/layout/
notification.xml 48 android:text="@string/notification_text" />
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
HybridNotificationView.java 72 mTextView = (TextView) findViewById(R.id.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));
  /packages/apps/Launcher3/res/layout/
notification_content.xml 30 android:id="@+id/notification_text"
  /packages/apps/Launcher3/src/com/android/launcher3/notification/
NotificationItemView.java 68 mHeaderText = container.findViewById(R.id.notification_text);
  /platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/
SystemUiJankTests.java 87 private static final String NOTIFICATION_TEXT = "Lorem ipsum dolor sit amet";
228 .setContentTitle(NOTIFICATION_TEXT);
258 .setLabel(NOTIFICATION_TEXT)
268 .setContentTitle(NOTIFICATION_TEXT)
269 .setContentText(NOTIFICATION_TEXT)
    [all...]
  /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/msm8084/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/msm8994/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/msm8084/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/msm8994/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/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
LocApiRpc.cpp     [all...]
  /hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
LocApiRpc.cpp     [all...]
  /hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
LocApiRpc.cpp     [all...]
  /hardware/qcom/gps/msm8996/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]*/
  /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...]

Completed in 1321 milliseconds

1 2