Home
last modified time | relevance | path

Searched refs:stringId (Results 1 – 3 of 3) sorted by relevance

/development/samples/browseable/NetworkConnect/src/com.example.android.networkconnect/
DSimpleTextFragment.java75 public void setText(int stringId) { in setText() argument
76 getTextView().setText(getActivity().getString(stringId)); in setText()
/development/samples/browseable/BasicNetworking/src/com.example.android.basicnetworking/
DSimpleTextFragment.java76 public void setText(int stringId) { in setText() argument
77 getTextView().setText(getActivity().getString(stringId)); in setText()
/development/samples/ApiDemos/src/com/example/android/apis/app/
DDeviceAdminSample.java1041 private static boolean alertIfMonkey(Context context, int stringId) { in alertIfMonkey() argument
1044 builder.setMessage(stringId); in alertIfMonkey()