Searched defs:toast (Results 1 – 7 of 7) sorted by relevance
53 Toast toast = in startTest() local106 final Toast toast = in noteInvalidTest() local
162 String toast = msg.getData().getString(BluetoothChatService.TOAST); in handleToast() local
149 String toast = msg.getData().getString(BluetoothChatService.TOAST); in handleToast() local
321 String toast = msg.getData().getString(BluetoothChatService.TOAST); in handleToast() local
192 private void showToast(String toast) { in showToast()
148 Toast toast = new Toast(mActivity); in testShowFailure() local
123 Toast toast = Toast.makeText(context, msg, duration); in message() local